提交 7f2f6137 编写于 作者: L Larry Finger 提交者: Kalle Valo

rtlwifi: rtl8192de: Remove a pointless goto

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

Fixes: c93ac39d ("rtlwifi: Remove some redundant code)
Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 6183468a
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册