Merge branch 'akpm' (patches from Andrew)
[linux-2.6-microblaze.git] / drivers / watchdog / wafer5823wdt.c
index a692584..a8a1ed2 100644 (file)
@@ -174,7 +174,7 @@ static long wafwdt_ioctl(struct file *file, unsigned int cmd,
                timeout = new_timeout;
                wafwdt_stop();
                wafwdt_start();
-               /* Fall through */
+               fallthrough;
        case WDIOC_GETTIMEOUT:
                return put_user(timeout, p);