diff drivers/mga_vid.c @ 29717:afc8b80eb027

cosmetics: Remove some pointless parentheses from return calls.
author diego
date Thu, 08 Oct 2009 11:25:01 +0000
parents 0f1b5b68af32
children 0ad2da052b2e
line wrap: on
line diff
--- a/drivers/mga_vid.c	Thu Oct 08 10:48:12 2009 +0000
+++ b/drivers/mga_vid.c	Thu Oct 08 11:25:01 2009 +0000
@@ -1197,7 +1197,7 @@
 			tmp = MGA_VID_VERSION;
 			if (copy_to_user((uint32_t *) arg, &tmp, sizeof(uint32_t))) {
 				printk(KERN_ERR "mga_vid: failed copy %p to userspace %p\n", &tmp, (uint32_t *) arg);
-				return (-EFAULT);
+				return -EFAULT;
 			}
 			break;