Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / watchdog / advantechwdt.c
index 0e4c18a..554fe85 100644 (file)
@@ -177,7 +177,7 @@ static long advwdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                if (advwdt_set_heartbeat(new_timeout))
                        return -EINVAL;
                advwdt_ping();
-               /* fall through */
+               fallthrough;
        case WDIOC_GETTIMEOUT:
                return put_user(timeout, p);
        default: