[WATCHDOG] sizeof cleanup
[pandora-kernel.git] / drivers / watchdog / iop_wdt.c
index 0c90596..aef9478 100644 (file)
@@ -139,7 +139,7 @@ static long iop_wdt_ioctl(struct file *file,
 
        switch (cmd) {
        case WDIOC_GETSUPPORT:
-               if (copy_to_user(argp, &ident, sizeof ident))
+               if (copy_to_user(argp, &ident, sizeof(ident)))
                        ret = -EFAULT;
                else
                        ret = 0;