staging: rtl8723bs: core: Remove true and false comparison
authorMamta Shukla <mamtashukla555@gmail.com>
Mon, 8 Oct 2018 19:00:10 +0000 (00:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Oct 2018 12:57:33 +0000 (14:57 +0200)
commitcef70f6b041d03b9e2d3cd97bdf659ab4cc99a00
tree1bee5ef26b27314994c72296018849306916789d
parent8bf42b28d55bc0cfc0cff4bc2ca3f181a86134fd
staging: rtl8723bs: core: Remove true and false comparison

Remove comparison to true and false in if statement.
Issue found with checkpatch.pl.
CHECK: Using comparison to true is error prone
CHECK: Using comparison to false is error prone

Signed-off-by: Mamta Shukla <mamtashukla555@gmail.com>
ACKed-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ap.c