]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit417794dda6de465049c77d4eac8222f0516553a5
tree6574610f40590bc890dea1677416b586767d60ec
parent2d488c47c685b40a466e303d7230e03b67ebb5af
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