]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/watchdog/alim7101_wdt.c
Merge tag 'linux-watchdog-5.2-rc1' of git://www.linux-watchdog.org/linux-watchdog
[thirdparty/linux.git] / drivers / watchdog / alim7101_wdt.c
index 7e9884960eb9401949fd77fe9f8f3f02bd6d6e86..689b8a0593c1ad2ac8caaba1403ebb53c8a922d0 100644 (file)
@@ -277,8 +277,8 @@ static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                        return -EINVAL;
                timeout = new_timeout;
                wdt_keepalive();
-               /* Fall through */
        }
+               /* Fall through */
        case WDIOC_GETTIMEOUT:
                return put_user(timeout, p);
        default: