Re: [PATCH v4] staging: rtl8192u: remove bool comparisons

2015-07-17 Thread Luis de Bethencourt
On Fri, Jul 17, 2015 at 11:34:45AM +0530, Sudip Mukherjee wrote: > On Thu, Jul 16, 2015 at 03:49:49PM +0200, Luis de Bethencourt wrote: > > Remove explicit true/false comparisons to bool variables. > > > > Signed-off-by: Luis de Bethencourt > > --- > > > > > diff --git a/drivers/staging/rtl8192u

Re: [PATCH v4] staging: rtl8192u: remove bool comparisons

2015-07-16 Thread Sudip Mukherjee
On Thu, Jul 16, 2015 at 03:49:49PM +0200, Luis de Bethencourt wrote: > Remove explicit true/false comparisons to bool variables. > > Signed-off-by: Luis de Bethencourt > --- > > diff --git a/drivers/staging/rtl8192u/r8192U_core.c > b/drivers/staging/rtl8192u/r8192U_core.c > index b852396..41cf9

[PATCH v4] staging: rtl8192u: remove bool comparisons

2015-07-16 Thread Luis de Bethencourt
Remove explicit true/false comparisons to bool variables. Signed-off-by: Luis de Bethencourt --- drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 4 ++-- drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 2 +- drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 4 ++-- dri