commit | 143a2e54bf53216674eada16e8953f48b159e08a | [log] [tgz] |
---|---|---|
author | Wim Van Sebroeck <wim@iguana.be> | Wed Mar 18 08:35:09 2009 +0000 |
committer | Wim Van Sebroeck <wim@iguana.be> | Wed Mar 25 09:07:04 2009 +0000 |
tree | 009497fad6a7d28aae80f490007ce78736afb82c | |
parent | d5c26a597782d4109869abbcc36983969f964864 [diff] [blame] |
[WATCHDOG] More coding-style and trivial clean-up Some more cleaning-up of the watchdog drivers. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
diff --git a/drivers/watchdog/w83977f_wdt.c b/drivers/watchdog/w83977f_wdt.c index 2525da5..0560182 100644 --- a/drivers/watchdog/w83977f_wdt.c +++ b/drivers/watchdog/w83977f_wdt.c
@@ -426,7 +426,7 @@ return -EFAULT; if (wdt_set_timeout(new_timeout)) - return -EINVAL; + return -EINVAL; wdt_keepalive(); /* Fall */