Files
linux/drivers/net/wireless/ath/ath6kl
Dan Carpenter fd6729ec53 ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point()
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
2021-08-29 10:12:50 +03:00
..
2021-06-15 17:06:15 +03:00
2020-11-07 13:34:22 +02:00
2019-06-26 18:11:06 +03:00
2020-07-15 19:48:14 +03:00