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
..
bmi.c
bmi.h
cfg80211.c net: ipv4: provide __rcu annotation for ifa_list 2019-06-02 18:08:36 -07:00
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_mbox.c ath6kl: Fix a possible null-pointer dereference in ath6kl_htc_mbox_create() 2019-09-04 09:21:19 +03:00
htc_pipe.c
htc-ops.h
htc.h
init.c
Kconfig drivers: net: Fix Kconfig indentation 2019-09-26 08:56:17 +02:00
main.c ath6kl: prevent potential array overflow in ath6kl_add_new_sta() 2020-10-29 09:57:35 +01:00
Makefile
recovery.c
sdio.c
target.h
testmode.c
testmode.h
trace.c
trace.h ath: fix SPDX tags 2019-06-26 18:11:06 +03:00
txrx.c
usb.c ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe() 2019-09-04 09:23:26 +03:00
wmi.c ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point() 2021-09-15 09:47:37 +02:00
wmi.h