staging: rtl8723bs: core: Remove true and false comparison
authorKushal Kothari <kushalkothari285@gmail.com>
Wed, 20 Oct 2021 11:56:21 +0000 (17:26 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Oct 2021 17:36:13 +0000 (19:36 +0200)
commitcf8f6446bb9f031d89f54184c23c9fd16574415d
treee0f476da22d539833a32f25ebe0e00a6eac1238f
parent26f448371820cf733c827c11f0c77ce304a29b51
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/20211020115621.132500-1-kushalkothari285@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_cmd.c