staging: rtl8723bs: core: Remove true and false comparison
authorKushal Kothari <kushalkothari285@gmail.com>
Sat, 23 Oct 2021 07:35:47 +0000 (13:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 Oct 2021 12:31:07 +0000 (14:31 +0200)
commit8a6d92d7cedf366410506d6b5ae98d14b09ee004
tree4bdbcfac536c93b83c12f03032c9afac00ada3c1
parent96381a778dc46dd265ab79f33afb8ef411ef928d
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: Kushal Kothari <kushalkothari285@gmail.com>
Link: https://lore.kernel.org/r/47dd38847c4e36742f88f4493773fef602ca079b.1634967010.git.kushalkothari285@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_cmd.c