watchdog: sbc7240_wdt: Fix yet another -Wimplicit-fallthrough warning
[linux-2.6-block.git] / drivers / watchdog / sbc7240_wdt.c
index 12cdee7d5069ccdca795de93f8e64e9b37530601..90d67e6d8e8b433c761af755ff8eb606fd96d312 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: