Files
linux/drivers
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
..
2017-04-07 13:48:26 +02:00
2017-03-10 19:56:56 -08:00
2017-04-10 15:21:55 +02:00
2017-03-27 09:11:25 +02:00
2017-03-20 16:25:06 +01:00