mtd: nand: mxc: use dev_dbg to print debug messages
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 16 Oct 2017 09:51:55 +0000 (11:51 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 16 Oct 2017 15:57:08 +0000 (17:57 +0200)
commit1f3df4dc088d927683b292118cd8b4eaaf1af573
tree2f793677e6ebc187acfcd8314193c81f9398b377
parent414864d765e1431d3ba79051404a1f6e423fc145
mtd: nand: mxc: use dev_dbg to print debug messages

When a struct device * is around use dev_dbg instead of pr_debug
to give the messages more context.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/mxc_nand.c