Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8723au: odm_reg.h: Use BIT() instead of BITx

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jes Sorensen and committed by
Greg Kroah-Hartman
e478c1f5 c04d002a

+1 -4
+1 -4
drivers/staging/rtl8723au/include/odm_reg.h
··· 102 102 #define PATHDIV_REG 0xB30 103 103 #define PATHDIV_TRI 0xBA0 104 104 105 - 106 105 /* */ 107 106 /* Bitmap Definition */ 108 107 /* */ 109 108 110 - #define BIT_FA_RESET BIT0 111 - 112 - 109 + #define BIT_FA_RESET BIT(0) 113 110 114 111 #endif