staging: rtl8192e: Using comparison to true is error prone
authorJohn Oldman <john.oldman@polehill.co.uk>
Wed, 20 May 2020 16:37:19 +0000 (17:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 May 2020 08:46:37 +0000 (10:46 +0200)
commit49f09554fd861d1d47c28d6b0add088c80898238
tree6574610f40590bc890dea1677416b586767d60ec
parent8da047603bbcfddda6eb6ebbee0dc52c34badc6e
staging: rtl8192e: Using comparison to true is error prone

fix below issue reported by checkpatch.pl:

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/20200520163719.14463-1-john.oldman@polehill.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/sdio_intf.c