staging: r8188eu: remove dead code from odm_RxPhyStatus92CSeries_Parsing()
authorMichael Straube <straube.linux@gmail.com>
Thu, 16 Sep 2021 09:43:54 +0000 (11:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Sep 2021 14:30:44 +0000 (16:30 +0200)
commit38625368916e84ab2739419b403b1a3143e386df
tree07aff6f1dc19bacf967fe22dd47acb88ae1e584e
parentabe279997698a4853a55c07ada7dc912b7c6d900
staging: r8188eu: remove dead code from odm_RxPhyStatus92CSeries_Parsing()

The test "if (dm_odm->SupportICType & (ODM_RTL8188E | ODM_RTL8812))" is
always true since SupportICType is always ODM_RTL8188E in this driver.
Remove the test and the never executed else arm.

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