staging: rtl8723bs: remove if (true) statement
authorBryan Brattlof <hello@bryanbrattlof.com>
Tue, 18 May 2021 14:45:19 +0000 (14:45 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 May 2021 16:00:10 +0000 (18:00 +0200)
commit403e6946d119fa6d84f8024f5911131735fafa3f
treecfe3eded7e978f588f3a008170829fb9042d642b
parent946c945301db3ca0e48d8ff06aa38d4ff2ba82b2
staging: rtl8723bs: remove if (true) statement

'if (true) { ... }' will always evaluate to true. Remove it and
save a few tabs for somewhere else.

Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
Link: https://lore.kernel.org/r/20210518144335.1677320-1-hello@bryanbrattlof.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ap.c