]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/watchdog/w83977f_wdt.c
Merge branch 'omap-fixes'
[linux-2.6-omap-h63xx.git] / drivers / watchdog / w83977f_wdt.c
index 2525da5080ca5b020415ece8f07a31ead7efc232..0560182a1d09049230e88846579b3283bbed97b5 100644 (file)
@@ -426,7 +426,7 @@ static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
                        return -EFAULT;
 
                if (wdt_set_timeout(new_timeout))
-                   return -EINVAL;
+                       return -EINVAL;
 
                wdt_keepalive();
                /* Fall */