[PATCH v3 3/6] mtd: dataflash: Replace pr_debug, printk with dev_* functions
Marek Vasut
marek.vasut at gmail.com
Wed Apr 19 08:33:40 PDT 2017
On 04/19/2017 05:23 PM, Andrey Smirnov wrote:
> Lion's share of calls to pr_debug in this driver follow the pattern of
> pr_debug("%s <message>", dev_name(<dev>), <arguments>), which should
> be semantically identical to dev_dbg(<dev>, "<message>", <arguments>),
> so replace such occurencies to simplify the code.
>
> Convert the small minority of pr_debug that do not follow pattern from
> above to use dev_dbg as well, for the sake of consistency.
>
> Convert similar patter of printk(KERN_ERR, "%s: ...", dev_name(...),
> ...) to use dev_err instead.
>
> No functional change intended.
>
> Cc: cphealy at gmail.com
> Cc: David Woodhouse <dwmw2 at infradead.org>
> Cc: Brian Norris <computersforpeace at gmail.com>
> Cc: Boris Brezillon <boris.brezillon at free-electrons.com>
> Cc: Marek Vasut <marek.vasut at gmail.com>
> Cc: Richard Weinberger <richard at nod.at>
> Cc: Cyrille Pitchen <cyrille.pitchen at atmel.com>
> Cc: linux-kernel at vger.kernel.or
> Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
> ---
Reviewed-by: Marek Vasut <marek.vasut at gmail.com>
btw where is 1/6 and 2/6 ?
--
Best regards,
Marek Vasut
More information about the linux-mtd
mailing list