staging: rtl8187se: fix assignment of bool to 0/1
authorTeodora Baluta <teobaluta@gmail.com>
Fri, 25 Oct 2013 09:00:15 +0000 (12:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Oct 2013 21:34:42 +0000 (14:34 -0700)
commitf26842926d203285517069acff3d2d5eedb39556
treee1c1c7006209f6f77a25d043982f5b1c74e42fa4
parentc9a6ffa6c09c744a5f2521aa96eebf0557365893
staging: rtl8187se: fix assignment of bool to 0/1

This patch fixes the following coccinelle warnings:

drivers/staging/rtl8187se/r8180_core.c:2433:1-20: WARNING: Assignment of bool to 0/1
drivers/staging/rtl8187se/r8180_core.c:2275:3-34: WARNING: Assignment  of bool to 0/1

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