commit | f26842926d203285517069acff3d2d5eedb39556 | [log] [tgz] |
---|---|---|
author | Teodora Baluta <teobaluta@gmail.com> | Fri Oct 25 12:00:15 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 28 14:34:42 2013 -0700 |
tree | e1c1c7006209f6f77a25d043982f5b1c74e42fa4 | |
parent | c9a6ffa6c09c744a5f2521aa96eebf0557365893 [diff] |
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>