Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtlwifi: rtl8192de: Remove a pointless goto

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

Fixes: c93ac39da0064 ("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>

authored by

Larry Finger and committed by
Kalle Valo
7f2f6137 6183468a

-1
-1
drivers/net/wireless/realtek/rtlwifi/rtl8192de/fw.c
··· 323 323 spin_unlock_irqrestore(&globalmutex_for_fwdownload, flags); 324 324 if (err) 325 325 pr_err("fw is not ready to run!\n"); 326 - goto exit; 327 326 exit: 328 327 err = _rtl92d_fw_init(hw); 329 328 return err;