staging: r8188eu: remove dead code from odm.c
authorMichael Straube <straube.linux@gmail.com>
Sat, 18 Sep 2021 18:19:00 +0000 (20:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Sep 2021 11:41:33 +0000 (13:41 +0200)
commitb706bf2921a9b8c81feff6ff8c0d1d7cac80a98e
treecceb3803868e4e7ab3250d6eabe2bde29a37f81d
parent15774b84ab882f8f36bbca3086784b8474580549
staging: r8188eu: remove dead code from odm.c

(pDM_Odm->SupportICType & ODM_IC_11N_SERIES) is true in this driver.
There is an if statement that checks this. Remove it and its never
executed else arm.

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