io_uring: add a helper for setting a ref node
[linux-2.6-microblaze.git] / drivers / watchdog / scx200_wdt.c
index c94098a..7b5e183 100644 (file)
@@ -186,7 +186,7 @@ static long scx200_wdt_ioctl(struct file *file, unsigned int cmd,
                margin = new_margin;
                scx200_wdt_update_margin();
                scx200_wdt_ping();
-               /* Fall through */
+               fallthrough;
        case WDIOC_GETTIMEOUT:
                if (put_user(margin, p))
                        return -EFAULT;