18 Mar
2020
18 Mar
'20
4:37 p.m.
On Wed, Mar 18, 2020 at 11:22:47PM +0800, Tzung-Bi Shih wrote:
On Tue, Mar 17, 2020 at 3:35 PM shumingf@realtek.com wrote:
dev_dbg(rt5682->component->dev, "can't find div for sysclk %d\n", rt5682->sysclk);
Looking at around of the file, use pr_debug( ) here could be more consistent.
It'd be better convert those pr_debug() to dev_dbg()s TBH.