staging: r8188eu: remove if test that is always true
authorMichael Straube <straube.linux@gmail.com>
Fri, 17 Sep 2021 08:06:13 +0000 (10:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Sep 2021 14:32:06 +0000 (16:32 +0200)
commit17be21761339dfa4b25f96f73a205c6e3f569da4
tree4182c6494f1b9f348fb5ef08b338225291e4c2de
parent17a430a0f47ed14b8b3621fc74ab00df93498f57
staging: r8188eu: remove if test that is always true

The test "if (pHalData->rf_type == RF_1T1R)" is always true in this
driver. Remove the test and the dead else arm.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210917080615.25819-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_rf6052.c