linux-brain/drivers/net/wireless/ath/ath6kl
Dan Carpenter 574e563649 ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point()
[ Upstream commit fd6729ec534cffbbeb3917761e6d1fe6a412d3fe ]

This error path is unlikely because of it checked for NULL and
returned -ENOMEM earlier in the function.  But it should return
an error code here as well if we ever do hit it because of a
race condition or something.

Fixes: bdcd817079 ("Add ath6kl cleaned up driver")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210813113438.GB30697@kili
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-09-15 09:47:37 +02:00
..
Kconfig
Makefile
bmi.c
bmi.h
cfg80211.c
cfg80211.h
common.h
core.c
core.h
debug.c ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd() 2021-06-03 08:59:09 +02:00
debug.h
hif-ops.h
hif.c
hif.h
htc-ops.h
htc.h
htc_mbox.c
htc_pipe.c
init.c
main.c
recovery.c
sdio.c
target.h
testmode.c
testmode.h
trace.c
trace.h
txrx.c
usb.c
wmi.c ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point() 2021-09-15 09:47:37 +02:00
wmi.h