20 Nov
2012
20 Nov
'12
1:31 a.m.
On Mon, Nov 19, 2012 at 02:39:12PM +0000, Liam Girdwood wrote:
Currently ASoC has a mixture of message prefixes e.g. "ASoC", "asoc" or none and message types e.g. pr_debug or dev_dbg.
Make sure all ASoC core messages use the same "ASoC" prefix and convert any component device specific messages to use dev_dbg instead of pr_debug.
So, the reason we used to have the prefixes was that we didn't have dev_ versions of the macros - I'd been going the other way and stripping out the prefixes for ASoC: because they seemed noisy and out of line with most other subsystems which either use dev_ or put a prefix in but not both.