Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / watchdog / eurotechwdt.c
index f5ffa7b..2418ebb 100644 (file)
@@ -286,7 +286,7 @@ static long eurwdt_ioctl(struct file *file,
                eurwdt_timeout = time;
                eurwdt_set_timeout(time);
                spin_unlock(&eurwdt_lock);
-               /* fall through */
+               fallthrough;
 
        case WDIOC_GETTIMEOUT:
                return put_user(eurwdt_timeout, p);