staging: rtl8723bs: Using comparison to true is error prone
authorJohn Oldman <john.oldman@polehill.co.uk>
Fri, 15 May 2020 17:31:08 +0000 (18:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 May 2020 14:13:40 +0000 (16:13 +0200)
commit3ac5add11555cb93abd3c16b89c5a41be74cbb91
tree0c3a8c26b440a5bdfdbc9da67f7a3a49344bf174
parentaddf21ea64d1c0ccd5df77a7bad40a10e918e4c0
staging: rtl8723bs: 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/20200515173108.14739-1-john.oldman@polehill.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_security.c