Re: [PATCH v3 3/3] Staging: rtl8188eu: Bool tests don't need comparisons

2015-09-12 Thread Julia Lawall
On Sun, 13 Sep 2015, Shraddha Barke wrote: > > > On Sat, Sep 12, 2015 at 11:07 PM, Julia Lawall > wrote: > > > On Sat, 12 Sep 2015, Shraddha Barke wrote: > > > This patch removes comparisons to true/false values on bool > variables. > > > > Changes in v3- >

Re: [PATCH v3 3/3] Staging: rtl8188eu: Bool tests don't need comparisons

2015-09-12 Thread Julia Lawall
On Sat, 12 Sep 2015, Shraddha Barke wrote: > This patch removes comparisons to true/false values on bool variables. > > Changes in v3- > Fix made manually > > Signed-off-by: Shraddha Barke > --- > drivers/staging/rtl8188eu/core/rtw_cmd.c | 12 +-- > drivers/staging/rtl8188eu/c

[PATCH v3 3/3] Staging: rtl8188eu: Bool tests don't need comparisons

2015-09-12 Thread Shraddha Barke
This patch removes comparisons to true/false values on bool variables. Changes in v3- Fix made manually Signed-off-by: Shraddha Barke --- drivers/staging/rtl8188eu/core/rtw_cmd.c | 12 +-- drivers/staging/rtl8188eu/core/rtw_ioctl_set.c | 28 +- 2 files cha