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)
commit79b10e09bb52c3cf99be771953374249b1198352
treeaeda41e2250ba7bf6b2b2fd0f7370f85b599010a
parentc99d9df1d3c312759c43a3da0d2f17b4aecc05c8
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