Re: [PATCH] wireless: ath: return error code upstream

2019-01-10 Thread Kalle Valo
Kangjie Lu wrote: > ath6kl_wmi_cmd_send could fail, so let's return its error code upstream. > > Signed-off-by: Kangjie Lu > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. fc6a6521556c ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd() --

Re: [PATCH] wireless: ath: return error code upstream

2019-01-08 Thread Kalle Valo
Kangjie Lu writes: > ath6kl_wmi_cmd_send could fail, so let's return its error code upstream. > > Signed-off-by: Kangjie Lu > --- > drivers/net/wireless/ath/ath6kl/wmi.c | 4 +--- The correct prefix is "ath6kl: " but I can fix that.

[PATCH] wireless: ath: return error code upstream

2018-12-25 Thread Kangjie Lu
ath6kl_wmi_cmd_send could fail, so let's return its error code upstream. Signed-off-by: Kangjie Lu --- drivers/net/wireless/ath/ath6kl/wmi.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/net/wireless/ath/ath6kl/wmi.c b/drivers/net/wireless/ath/ath6kl/wmi.c