pinctrl: at91: use dev_dbg() instead of printk()
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Wed, 31 Aug 2022 13:56:36 +0000 (16:56 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 2 Sep 2022 22:19:23 +0000 (00:19 +0200)
commit42eae17d56079591f945e409a4159e750ccc57df
tree3fe5c381f96a2e643d0ed6a4e079699f435e0fa6
parenta575207583676298f3999d41d86d81f7172fe950
pinctrl: at91: use dev_dbg() instead of printk()

Use dev_dbg() instead of printk(KERN_DEBUG) to avoid the following
checkpatch.pl warning:
"Prefer [subsystem eg: netdev]_dbg([subsystem]dev, ... then
dev_dbg(dev, ... then pr_debug(...  to printk(KERN_DEBUG ...".

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220831135636.3176406-4-claudiu.beznea@microchip.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-at91.c