[WATCHDOG] drivers/watchdog/bcm47xx_wdt.c: Remove unnecessary semicolons
authorJoe Perches <joe@perches.com>
Sun, 28 Jun 2009 16:26:57 +0000 (09:26 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Thu, 9 Jul 2009 18:29:06 +0000 (18:29 +0000)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/bcm47xx_wdt.c

index 5c7011c..751c003 100644 (file)
@@ -161,7 +161,7 @@ static long bcm47xx_wdt_ioctl(struct file *file,
 {
        void __user *argp = (void __user *)arg;
        int __user *p = argp;
-       int new_value, retval = -EINVAL;;
+       int new_value, retval = -EINVAL;
 
        switch (cmd) {
        case WDIOC_GETSUPPORT: