staging: r8188eu: remove unnecessary error check
authorMartin Kaiser <martin@kaiser.cx>
Thu, 3 Feb 2022 20:17:44 +0000 (21:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Feb 2022 14:25:14 +0000 (15:25 +0100)
commit3993e760881b06e827d967d0cd6ba676d09457a9
treeb2900f67998b42cd469ff955a17da1265d219f70
parent3a797f364fe98a004515deaa6880c9cf75422b59
staging: r8188eu: remove unnecessary error check

Remove an unnecessary error check in phy_BB8188E_Config_ParaFile.
There's no need to goto phy_BB8190_Config_ParaFile_Fail, this label
is in the following line.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220203201745.251826-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_phycfg.c