watchdog: sc520_wdt: Mark expected switch fall-through
[linux-2.6-microblaze.git] / drivers / watchdog / sc520_wdt.c
index 6aadb56..403542f 100644 (file)
@@ -324,8 +324,8 @@ static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                        return -EINVAL;
 
                wdt_keepalive();
-               /* Fall through */
        }
+               /* Fall through */
        case WDIOC_GETTIMEOUT:
                return put_user(timeout, p);
        default: