[WATCHDOG] Coding style - Indentation - part 2
[deliverable/linux.git] / drivers / watchdog / alim7101_wdt.c
index 726e75d9db7a02f6e4c078d04eeb7b3b94bd3ad6..049c9122e40dc011c4f6d54687bfa72ad3f17c95 100644 (file)
@@ -251,9 +251,6 @@ static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
        case WDIOC_GETSTATUS:
        case WDIOC_GETBOOTSTATUS:
                return put_user(0, p);
-       case WDIOC_KEEPALIVE:
-               wdt_keepalive();
-               return 0;
        case WDIOC_SETOPTIONS:
        {
                int new_options, retval = -EINVAL;
@@ -270,6 +267,9 @@ static long fop_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                }
                return retval;
        }
+       case WDIOC_KEEPALIVE:
+               wdt_keepalive();
+               return 0;
        case WDIOC_SETTIMEOUT:
        {
                int new_timeout;
This page took 0.028455 seconds and 5 git commands to generate.