30 Oct
2017
30 Oct
'17
5:13 p.m.
On Mon, Oct 30, 2017 at 03:41:35PM +0000, Charles Keepax wrote:
On Mon, Oct 30, 2017 at 09:28:16AM +0100, Sergej Sawazki wrote:
- dev_dbg(codec->dev, "wm8741_mute: mute = %d\n", mute);
It is still not really normal style to include the function name in the debug messages. How about just "digital mute = %d\n" or something like that?
Or just don't log anything and rely on framework level diagnostics if they're needed.