watchdog: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
authorJoe Perches <joe@perches.com>
Sun, 28 Oct 2012 08:05:53 +0000 (01:05 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 19 Dec 2012 21:25:06 +0000 (22:25 +0100)
dev_<level> calls take less code than dev_printk(KERN_<LEVEL>
and reducing object size is good.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

No differences found