[WATCHDOG] Coding style - Indentation - part 2
[deliverable/linux.git] / drivers / watchdog / i6300esb.c
index 01a283f7a271959a7044d679393abf1637ccd481..c768cb718904ec0a8cc1ec61d546676f1b2bc142 100644 (file)
@@ -280,10 +280,6 @@ static long esb_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
        case WDIOC_GETBOOTSTATUS:
                return put_user(triggered, p);
 
-       case WDIOC_KEEPALIVE:
-               esb_timer_keepalive();
-               return 0;
-
        case WDIOC_SETOPTIONS:
        {
                if (get_user(new_options, p))
@@ -301,6 +297,10 @@ static long esb_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                }
                return retval;
        }
+       case WDIOC_KEEPALIVE:
+               esb_timer_keepalive();
+               return 0;
+
        case WDIOC_SETTIMEOUT:
        {
                if (get_user(new_heartbeat, p))
This page took 0.026378 seconds and 5 git commands to generate.