Re: [PATCH v2 4/5] staging/rtl* Remove duplicated BIT() definitions

2015-09-09 Thread Greg KH
On Fri, Sep 04, 2015 at 02:00:32PM -0700, Anish Bhatt wrote: > The BIT() macro is already defined in bitops.h, > remove duplicate definitions. Fix any resultant build or > checkpatch warnings. "any"? Please be specific and only do one thing per patch. Again, this is multiple drivers. __

[PATCH v2 4/5] staging/rtl* Remove duplicated BIT() definitions

2015-09-04 Thread Anish Bhatt
The BIT() macro is already defined in bitops.h, remove duplicate definitions. Fix any resultant build or checkpatch warnings. Signed-off-by: Anish Bhatt --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 7 +-- drivers/staging/rtl8188eu/core/rtw_wlan_util.c| 6 -- drivers/stagin