Re: [PATCH 3.16 153/294] dm: convert DM printk macros to pr_<level> macros

From: Joe Perches
Date: Mon Nov 06 2017 - 22:19:20 EST


On Mon, 2017-11-06 at 23:03 +0000, Ben Hutchings wrote:
> 3.16.50-rc1 review patch. If anyone has any objections, please let me know.

Why include this? It's a simplification, not a bug fix.

> ------------------
>
> From: Joe Perches <joe@xxxxxxxxxxx>
>
> commit d2c3c8dcb5987b8352e82089c79a41b6e17e28d2 upstream.
>
> Using pr_<level> is the more common logging style.
>
> Standardize style and use new macro DM_FMT.
> Use no_printk in DMDEBUG macros when CONFIG_DM_DEBUG is not #defined.