staging: rtl8188eu: simplify rtl88eu_phy_iq_calibrate
authorMartin Kaiser <martin@kaiser.cx>
Mon, 26 Jul 2021 19:53:54 +0000 (21:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jul 2021 13:19:28 +0000 (15:19 +0200)
commite17c7d42cd33a6744b0fd0bb33a1308094b73457
treee748690b5bc78e0c42e051039cf120c461eeb1b3
parent99e7a944281e21edff48bab0bbe16a793246c5d8
staging: rtl8188eu: simplify rtl88eu_phy_iq_calibrate

The boolean is2t variable in rtl88eu_phy_iq_calibrate is always false.
Remove some code that's unused in this case.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210726195354.28548-1-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/phy.c