diff options
author | Ping-Ke Shih <pkshih@realtek.com> | 2023-06-07 04:27:41 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2023-06-13 11:36:59 +0300 |
commit | 91ccdbb94feadb0d8bf3b35c841b33ac95f2f45f (patch) | |
tree | 8872735d7af40c44dabf5f00450fbd55e6f74fed /net/wireless | |
parent | cabb8b48e542e1401f6881c4f7d3bb82f723ee40 (diff) | |
download | linux-91ccdbb94feadb0d8bf3b35c841b33ac95f2f45f.tar.xz |
wifi: rtw88: add missing unwind goto for __rtw_download_firmware()
This flaw is detected by smatch:
drivers/net/wireless/realtek/rtw88/mac.c:748 __rtw_download_firmware()
warn: missing unwind goto?
Though most things of dlfw_fail have been done by
download_firmware_end_flow() and wlan_cpu_enable(), an exception is that
download_firmware_end_flow() clear BIT_MCUFWDL_EN bit conditionally.
So, make this change to clear the bit.
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Closes: https://lore.kernel.org/r/202306052310.OVhcUjZ3-lkp@intel.com/
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230607012741.10353-1-pkshih@realtek.com
Diffstat (limited to 'net/wireless')
0 files changed, 0 insertions, 0 deletions