]> asedeno.scripts.mit.edu Git - linux.git/commit
watchdog: remove error message when unable to allocate watchdog device
authorColin Ian King <colin.king@canonical.com>
Tue, 26 Apr 2016 17:18:49 +0000 (18:18 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Sat, 14 May 2016 14:24:43 +0000 (16:24 +0200)
commite26e74b15468b42c47cf9b045539720006abb1e4
tree57ee265ac1167a3c056fb947aaaeeabb7c5c1a9b
parentb97cb21a46341575c6cbe3d327a08b99030c3aee
watchdog: remove error message when unable to allocate watchdog device

The dev_err message is superfluous because the failure is already
printed by dev_kzalloc, so remove it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/jz4740_wdt.c