linux/drivers/staging/rtl8723bs
Nathan Chancellor 961d1935b5 staging: rtl8723bs: Remove unnecessary parentheses and dead commented code
Clang warns when multiple pairs of parentheses are used for a single
conditional statement.

drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c:3351:20: warning:
equality comparison with extraneous parentheses [-Wparentheses-equality]

The commented code is pointless since _HW_STATE_AP_ is handled right
below this block.

Link: https://github.com/ClangBuiltLinux/linux/issues/168
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-10-09 15:13:24 +02:00
..
core staging: rtl8723bs: core: Remove true and false comparison 2018-10-09 14:57:33 +02:00
hal staging: rtl8723bs: Remove unnecessary parentheses and dead commented code 2018-10-09 15:13:24 +02:00
include staging: rtl8723bs: fix spelling mistake "toogle" -> "toggle" 2018-09-25 21:03:05 +02:00
os_dep staging: rtl8723bs: Mark ACPI table declaration as used 2018-10-02 14:59:14 -07:00
Kconfig
Makefile staging: rtl8723bs: Rename 'Hal8723BPwrSeq.{c, h}' to 'hal_pwr_seq.*'. 2018-05-25 18:47:22 +02:00
TODO