]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/sbc7240_wdt.c
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvar...
[linux.git] / drivers / watchdog / sbc7240_wdt.c
index 0bf583b76e6b358c013b0972383fc819a790af23..520b8dd77ed4bbdc56ee497dc8f58037da921028 100644 (file)
@@ -194,9 +194,8 @@ static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
 
                if (wdt_set_timeout(new_timeout))
                        return -EINVAL;
-
-               /* Fall through */
        }
+       /* Fall through */
        case WDIOC_GETTIMEOUT:
                return put_user(timeout, (int __user *)arg);
        default: