watchdog: iTCO_wdt: use dev_*() instead of pr_*() for logging
authorEnrico Weigelt, metux IT consult <info@metux.net>
Tue, 17 Nov 2020 15:22:13 +0000 (16:22 +0100)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Thu, 17 Dec 2020 05:55:14 +0000 (06:55 +0100)
commitc21172b3a73e8daf016eec52af229bb7b9c76cc8
tree9532d4a7d5bb2dff09026f088e553e806b3697eb
parente629fffcc333efbda6b7f8cdcf77238533ddf442
watchdog: iTCO_wdt: use dev_*() instead of pr_*() for logging

For device log outputs, it's better to have device name / ID
prefixed in all messages, so use the proper dev_*() functions here.

Explicit message on module load/unload don't seem to be really helpful
(we have other means to check which modules have been loaded), instead
just add noise to the kernel log. So, removing them.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20201117152214.32244-2-info@metux.net
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/iTCO_wdt.c