]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 6cf6eccb3f4a41c1eef4d1a9b10408b9cc9d80c2..8af5bf33883c4127ba51f9bac9f285068b8e0d7a 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 */