staging: rtl8192u: Using comparison to true is error prone
authorJohn Oldman <john.oldman@polehill.co.uk>
Sat, 16 May 2020 16:33:27 +0000 (17:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 May 2020 14:13:40 +0000 (16:13 +0200)
commit2493c61ed5de836c235ef9d4c56fdfeb012e2b59
tree8d64478898888b1d515439f39cd4c6846e921178
parent3ac5add11555cb93abd3c16b89c5a41be74cbb91
staging: rtl8192u: Using comparison to true is error prone

fix below issue reported by checkpatch:

CHECK: Using comparison to true is error prone
CHECK: Using comparison to false is error prone

Signed-off-by: John Oldman <john.oldman@polehill.co.uk>
Link: https://lore.kernel.org/r/20200516163327.9197-1-john.oldman@polehill.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c