]> asedeno.scripts.mit.edu Git - linux.git/commit
watchdog: s3c2410: Use dev_dbg instead of pr_info
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 24 Feb 2017 21:07:40 +0000 (23:07 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 24 Feb 2017 22:00:23 +0000 (14:00 -0800)
commit456f53d652411594249efc3fcea01842177c9a6f
tree0e71ebc4e3b7680bb49c2bf40ca2751942b0b819
parent0b445549ea6f91ffea78a976fe89b932db6e077a
watchdog: s3c2410: Use dev_dbg instead of pr_info

Replace the 'debug' module parameter and pr_info() with proper device
dynamic debug calls because this is the preferred and flexible way of
enabling debugging printks.

Also remove some obvious debug printks.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/watchdog/s3c2410_wdt.c