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>
This commit is contained in:
parent
c04d002ac2
commit
e478c1f52d
@ -102,13 +102,10 @@
|
|||||||
#define PATHDIV_REG 0xB30
|
#define PATHDIV_REG 0xB30
|
||||||
#define PATHDIV_TRI 0xBA0
|
#define PATHDIV_TRI 0xBA0
|
||||||
|
|
||||||
|
|
||||||
/* */
|
/* */
|
||||||
/* Bitmap Definition */
|
/* Bitmap Definition */
|
||||||
/* */
|
/* */
|
||||||
|
|
||||||
#define BIT_FA_RESET BIT0
|
#define BIT_FA_RESET BIT(0)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user