mirror of https://gitee.com/openkylin/linux.git
rtlwifi: rtl8192de: Remove a pointless goto
In commitc93ac39da0
("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:
parent
6183468a23
commit
7f2f61377b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue