Staging: rtl8192e: Bool tests don't need comparisons
authorCristina Opriceana <cristina.opriceana@gmail.com>
Fri, 13 Mar 2015 19:19:24 +0000 (21:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Mar 2015 15:00:20 +0000 (16:00 +0100)
commit44acc6b524d77c86ccfc18fb036dfb2b70a905c0
treef3bfc946b1d622639d583a376a470096058d1e2a
parent26049b11cb4dbe92243c9db5fd35ce7711d9b6bc
Staging: rtl8192e: Bool tests don't need comparisons

This patch removes comparisons to true/false values on bool variables.
Warning found by coccinelle:
"WARNING: Comparison to bool".

Signed-off-by: Cristina Opriceana <cristina.opriceana@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_wx.c