diff options
-rw-r--r-- | drivers/watchdog/wafer5823wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/wafer5823wdt.c b/drivers/watchdog/wafer5823wdt.c index db0da7ea4fd8..93c5b610e264 100644 --- a/drivers/watchdog/wafer5823wdt.c +++ b/drivers/watchdog/wafer5823wdt.c | |||
@@ -178,7 +178,7 @@ static long wafwdt_ioctl(struct file *file, unsigned int cmd, | |||
178 | timeout = new_timeout; | 178 | timeout = new_timeout; |
179 | wafwdt_stop(); | 179 | wafwdt_stop(); |
180 | wafwdt_start(); | 180 | wafwdt_start(); |
181 | /* Fall */ | 181 | /* Fall through */ |
182 | case WDIOC_GETTIMEOUT: | 182 | case WDIOC_GETTIMEOUT: |
183 | return put_user(timeout, p); | 183 | return put_user(timeout, p); |
184 | 184 | ||