staging: rtl8723bs: remove debug macros related to os_dep/recv_linux.c tracing
[linux-2.6-microblaze.git] / drivers / watchdog / ixp4xx_wdt.c
index 0988661..aae29dc 100644 (file)
@@ -136,7 +136,7 @@ static long ixp4xx_wdt_ioctl(struct file *file, unsigned int cmd,
 
                heartbeat = time;
                wdt_enable();
-               /* Fall through */
+               fallthrough;
 
        case WDIOC_GETTIMEOUT:
                ret = put_user(heartbeat, (int *)arg);