staging: rtl8187se: bool tests don't need comparisons
authorTeodora Baluta <teobaluta@gmail.com>
Fri, 25 Oct 2013 09:00:16 +0000 (12:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Oct 2013 21:34:42 +0000 (14:34 -0700)
commit0fe249a5c80e473d6a0a1ba39457af1a6cb30448
treed821ca10e25c4eb5b17348c2ca990f3567d584d2
parentf26842926d203285517069acff3d2d5eedb39556
staging: rtl8187se: bool tests don't need comparisons

This patch fixes the following coccinelle warning:

drivers/staging/rtl8187se/r8180_core.c:2217:5-40: WARNING: Comparison to bool

Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Reviewed-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/r8180_core.c