[WATCHDOG] Coding style - Indentation - part 2
[deliverable/linux.git] / drivers / watchdog / it8712f_wdt.c
index 51bfd572183300430f6df7b6580b72bcb9c0e75f..c1db74f6e310b80be58e3c434d8d8cf38aca0911 100644 (file)
@@ -244,8 +244,6 @@ static long it8712f_wdt_ioctl(struct file *file, unsigned int cmd,
        int value;
 
        switch (cmd) {
-       default:
-               return -ENOTTY;
        case WDIOC_GETSUPPORT:
                if (copy_to_user(argp, &ident, sizeof(ident)))
                        return -EFAULT;
@@ -284,6 +282,8 @@ static long it8712f_wdt_ioctl(struct file *file, unsigned int cmd,
                if (put_user(margin, p))
                        return -EFAULT;
                return 0;
+       default:
+               return -ENOTTY;
        }
 }
 
This page took 0.045857 seconds and 5 git commands to generate.