OSDN Git Service

staging: unisys: Remove some unnecessary parenthesis
authorJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 5 May 2015 22:35:42 +0000 (18:35 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 13:25:53 +0000 (15:25 +0200)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorchipset/visorchipset_umode.h

index 6cf6ecc..8af5bf3 100644 (file)
@@ -29,7 +29,7 @@
 /** The user-mode program can access the control channel buffer directly
  *  via this memory map.
  */
-#define VISORCHIPSET_MMAP_CONTROLCHANOFFSET    (0x00000000)
-#define VISORCHIPSET_MMAP_CONTROLCHANSIZE      (0x00400000)  /* 4MB */
+#define VISORCHIPSET_MMAP_CONTROLCHANOFFSET    0x00000000
+#define VISORCHIPSET_MMAP_CONTROLCHANSIZE      0x00400000      /* 4MB */
 
 #endif /* __VISORCHIPSET_UMODE_H */