Re: [PATCH] ath9k: Remove unneeded variable to store return value

2019-09-10 Thread Kalle Valo
zhong jiang wrote: > ath9k_reg_rmw_single do not need return value to cope with different > cases. And change functon return type to void. > > Signed-off-by: zhong jiang > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. 45f09a1c5b85 ath9k: Remove unneeded varia

[PATCH] ath9k: Remove unneeded variable to store return value

2019-09-03 Thread zhong jiang
ath9k_reg_rmw_single do not need return value to cope with different cases. And change functon return type to void. Signed-off-by: zhong jiang --- drivers/net/wireless/ath/ath9k/htc_drv_init.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/h