staging: r8188eu: remove unnecessary if statements
authorMichael Straube <straube.linux@gmail.com>
Sat, 18 Sep 2021 18:18:59 +0000 (20:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Sep 2021 11:41:33 +0000 (13:41 +0200)
commit15774b84ab882f8f36bbca3086784b8474580549
treef9908b29add50c672a00a1da27625d4ca986b106
parent21c318af1b86303138c1935dbd9cfe55f8d2750c
staging: r8188eu: remove unnecessary if statements

(pDM_Odm->SupportICType & ODM_IC_11AC_SERIES) is always false and
(pDM_Odm->SupportICType & ODM_IC_11N_SERIES) is always true since
SupportICType is ODM_RTL8188E in this driver. Remove unnecessary
if statements that check for this.

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