staging: rtl8723au: odm_reg.h: Use BIT() instead of BITx
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 16 May 2014 08:03:41 +0000 (10:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 May 2014 18:34:19 +0000 (11:34 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/include/odm_reg.h

index 56191e9..c184331 100644 (file)
 #define        PATHDIV_REG                                     0xB30
 #define        PATHDIV_TRI                                     0xBA0
 
-
 /*  */
 /*  Bitmap Definition */
 /*  */
 
-#define        BIT_FA_RESET                                    BIT0
-
-
+#define        BIT_FA_RESET                                    BIT(0)
 
 #endif