]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/watchdog/wdt977.c
Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mv-sheeva.git] / drivers / watchdog / wdt977.c
index 60e28d49ff527a3644fbda4eed4826b797f4aa7b..90ef70eb47d74fe38f2812bd171239fe5d643de9 100644 (file)
@@ -401,7 +401,7 @@ static long wdt977_ioctl(struct file *file, unsigned int cmd,
                        return -EFAULT;
 
                if (wdt977_set_timeout(new_timeout))
-                   return -EINVAL;
+                       return -EINVAL;
 
                wdt977_keepalive();
                /* Fall */