Merge tag 'arm-soc/for-5.10/devicetree' of https://github.com/Broadcom/stblinux into...
[linux-2.6-microblaze.git] / drivers / watchdog / pcwd.c
index 7a0587f..e86fa7f 100644 (file)
@@ -651,7 +651,7 @@ static long pcwd_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                        return -EINVAL;
 
                pcwd_keepalive();
-               /* Fall through */
+               fallthrough;
 
        case WDIOC_GETTIMEOUT:
                return put_user(heartbeat, argp);