Re: [PATCH v3 3/4] staging/rtl8188eu : Remove duplicated BIT() definitions

2015-09-13 Thread Greg KH
On Sat, Sep 12, 2015 at 02:04:43AM -0700, Anish Bhatt wrote: > On Fri, Sep 11, 2015 at 7:42 PM, Greg KH wrote: > > On Wed, Sep 09, 2015 at 03:57:09PM -0700, Anish Bhatt wrote: > >> The BIT() macro is already defined in bitops.h, remove duplicate > >> definitions. Users of BIT() macro are expecting

Re: [PATCH v3 3/4] staging/rtl8188eu : Remove duplicated BIT() definitions

2015-09-12 Thread Anish Bhatt
On Fri, Sep 11, 2015 at 7:42 PM, Greg KH wrote: > On Wed, Sep 09, 2015 at 03:57:09PM -0700, Anish Bhatt wrote: >> The BIT() macro is already defined in bitops.h, remove duplicate >> definitions. Users of BIT() macro are expecting unsigned int/u32, so >> add typecasts where this creates a build war

Re: [PATCH v3 3/4] staging/rtl8188eu : Remove duplicated BIT() definitions

2015-09-11 Thread Greg KH
On Wed, Sep 09, 2015 at 03:57:09PM -0700, Anish Bhatt wrote: > The BIT() macro is already defined in bitops.h, remove duplicate > definitions. Users of BIT() macro are expecting unsigned int/u32, so > add typecasts where this creates a build warning. > > Signed-off-by: Anish Bhatt > --- > driver

[PATCH v3 3/4] staging/rtl8188eu : Remove duplicated BIT() definitions

2015-09-09 Thread Anish Bhatt
The BIT() macro is already defined in bitops.h, remove duplicate definitions. Users of BIT() macro are expecting unsigned int/u32, so add typecasts where this creates a build warning. Signed-off-by: Anish Bhatt --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 7 +-- drivers/staging/rt