Re: [PATCH v2] staging: rtl8192u: bool tests don't need comparisons

2015-07-14 Thread Greg Kroah-Hartman
On Tue, Jun 23, 2015 at 03:12:06PM +0200, Luis de Bethencourt wrote: Remove explicit true/false comparations to bool variables. Signed-off-by: Luis de Bethencourt l...@debethencourt.com --- drivers/staging/rtl8192u/r8192U_core.c | 13 - drivers/staging/rtl8192u/r8192U_dm.c |

Re: [PATCH v2] staging: rtl8192u: bool tests don't need comparisons

2015-06-25 Thread Luis de Bethencourt
On Thu, Jun 25, 2015 at 10:04:59AM +0530, Sudip Mukherjee wrote: On Wed, Jun 24, 2015 at 12:12:01PM +0200, Luis de Bethencourt wrote: On Wed, Jun 24, 2015 at 11:05:16AM +0530, Sudip Mukherjee wrote: On Tue, Jun 23, 2015 at 03:10:56PM +0200, Luis de Bethencourt wrote: I based the patch

Re: [PATCH v2] staging: rtl8192u: bool tests don't need comparisons

2015-06-24 Thread Luis de Bethencourt
On Wed, Jun 24, 2015 at 11:05:16AM +0530, Sudip Mukherjee wrote: On Tue, Jun 23, 2015 at 03:10:56PM +0200, Luis de Bethencourt wrote: Remove explicit true/false comparations to bool variables. Signed-off-by: Luis de Bethencourt l...@debethencourt.com --- snip diff --git

Re: [PATCH v2] staging: rtl8192u: bool tests don't need comparisons

2015-06-24 Thread Sudip Mukherjee
On Wed, Jun 24, 2015 at 12:12:01PM +0200, Luis de Bethencourt wrote: On Wed, Jun 24, 2015 at 11:05:16AM +0530, Sudip Mukherjee wrote: On Tue, Jun 23, 2015 at 03:10:56PM +0200, Luis de Bethencourt wrote: I based the patch on staging's master and not on the staging-next branch. use

[PATCH v2] staging: rtl8192u: bool tests don't need comparisons

2015-06-23 Thread Luis de Bethencourt
Remove explicit true/false comparations to bool variables. Signed-off-by: Luis de Bethencourt l...@debethencourt.com --- drivers/staging/rtl8192u/r8192U_core.c | 13 - drivers/staging/rtl8192u/r8192U_dm.c | 21 +++-- 2 files changed, 15 insertions(+), 19

[PATCH v2] staging: rtl8192u: bool tests don't need comparisons

2015-06-23 Thread Luis de Bethencourt
Remove explicit true/false comparations to bool variables. Signed-off-by: Luis de Bethencourt l...@debethencourt.com --- drivers/staging/rtl8192u/r8192U_core.c | 13 - drivers/staging/rtl8192u/r8192U_dm.c | 21 +++-- 2 files changed, 15 insertions(+), 19

Re: [PATCH v2] staging: rtl8192u: bool tests don't need comparisons

2015-06-23 Thread Sudip Mukherjee
On Tue, Jun 23, 2015 at 03:10:56PM +0200, Luis de Bethencourt wrote: Remove explicit true/false comparations to bool variables. Signed-off-by: Luis de Bethencourt l...@debethencourt.com --- snip diff --git a/drivers/staging/rtl8192u/r8192U_dm.c b/drivers/staging/rtl8192u/r8192U_dm.c index