]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx()
authorChristophe Leroy <christophe.leroy@c-s.fr>
Mon, 17 Sep 2018 06:22:47 +0000 (06:22 +0000)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Tue, 2 Oct 2018 11:32:28 +0000 (13:32 +0200)
commit4668cebb70fcc585a4c1aeb4e23eb77cd81ab5b0
treeaeda41e2250ba7bf6b2b2fd0f7370f85b599010a
parent54c240690171aaa2fcba5ff14e2b4b8f07543f63
watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx()

mpc8xxx watchdog driver is a platform device drivers, it is
therefore possible to use dev_xxx() messaging rather than pr_xxx()

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/mpc8xxx_wdt.c