staging: rtl8723bs: remove unnecessary parentheses in if condition in core/rtw_cmd.c
authorFabio Aiuto <fabioaiuto83@gmail.com>
Sun, 4 Apr 2021 14:09:29 +0000 (16:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Apr 2021 10:16:15 +0000 (12:16 +0200)
commitb7fd07b6617fed9c415db4fd57679748b1d4cbdb
treee7b666530eb187b6b00a6ad39ae7cf0633367da8
parent61e0d09274ec9d146b8ed5a24bb9058edf69db34
staging: rtl8723bs: remove unnecessary parentheses in if condition in core/rtw_cmd.c

fix post-commit hook checkpatch issue:

WARNING: Unnecessary parentheses
166: FILE: drivers/staging/rtl8723bs/core/rtw_cmd.c:2000:
+ if ((pcmd->res != H2C_SUCCESS))

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/04aa9d68d6d28d295001dde7cc14f33ef83f8046.1617545239.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_cmd.c