linux/drivers/staging/rtl8723bs
Colin Ian King ff8d351d71 staging: rtl8723bs: remove redundant comparisons of unsigned ints with >= 0
The comparison of mode >= 0 is redundant as mode is a u32 and this
is always true.  Remove this redundant code.

Detected with CoverityScan ("Unsigned compared against 0")

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-04-18 13:54:25 +02:00
..
core staging: rtl8723bs: remove redundant comparisons of unsigned ints with >= 0 2017-04-18 13:54:25 +02:00
hal staging: rtl8723bs: fix spelling mistake: "acquire" 2017-04-11 16:00:54 +02:00
include
os_dep staging: rtl8723bs: ensure cmd is large enough for %4s scanf format 2017-04-14 10:22:03 +02:00
Kconfig staging: rtl8723bs: force driver to be built as a module. 2017-04-11 07:35:53 +02:00
Makefile
TODO