Re: [PATCH v5 2/2] staging: rtl8192u: remove unneeded bool

2015-07-17 Thread Joe Perches
On Fri, 2015-07-17 at 11:35 +0200, Luis de Bethencourt wrote: > bool Reval is set to match the value of bHalfWirelessN24GMode just to > this. The value can be returned directly. Removing uneeded bool. trivia: > diff --git a/drivers/staging/rtl8192u/r8192U_core.c > b/drivers/staging/rtl8192u/r819

[PATCH v5 2/2] staging: rtl8192u: remove unneeded bool

2015-07-17 Thread Luis de Bethencourt
bool Reval is set to match the value of bHalfWirelessN24GMode just to this. The value can be returned directly. Removing uneeded bool. Signed-off-by: Luis de Bethencourt --- drivers/staging/rtl8192u/r8192U_core.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/drivers/