rtlwifi: rtl8192de: Remove a pointless goto

In commit c93ac39da0 ("rtlwifi: Remove some redundant code), a goto
statement was inadvertently left in the code.

Fixes: c93ac39da0 ("rtlwifi: Remove some redundant code)
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Larry Finger 2017-01-10 10:15:26 -06:00 committed by Kalle Valo
parent 6183468a23
commit 7f2f61377b
1 changed files with 0 additions and 1 deletions

View File

@ -323,7 +323,6 @@ int rtl92d_download_fw(struct ieee80211_hw *hw)
spin_unlock_irqrestore(&globalmutex_for_fwdownload, flags);
if (err)
pr_err("fw is not ready to run!\n");
goto exit;
exit:
err = _rtl92d_fw_init(hw);
return err;