Re: [PATCH] ath10k: snoc: remove set but not used variable 'ar_snoc'
From: Brian Norris <briannorris@chromium.org>
Date: 2019-01-29 18:12:59
Also in:
kernel-janitors, linux-wireless
From: Brian Norris <briannorris@chromium.org>
Date: 2019-01-29 18:12:59
Also in:
kernel-janitors, linux-wireless
On Mon, Jan 28, 2019 at 9:53 PM YueHaibing [off-list ref] wrote:
ping...
For some reason, your patch shows up as Deferred in patchwork: https://patchwork.kernel.org/patch/10589789/ So the maintainers have accidentally (?) ignored it. I'm not what the official suggestion is for that, but you might just resend. In any case...
On 2018/9/6 10:29, YueHaibing wrote:quoted
From: Yue Haibing <redacted> Fixes gcc '-Wunused-but-set-variable' warning: drivers/net/wireless/ath/ath10k/snoc.c: In function 'ath10k_snoc_tx_pipe_cleanup': drivers/net/wireless/ath/ath10k/snoc.c:681:22: warning: variable 'ar_snoc' set but not used [-Wunused-but-set-variable] Signed-off-by: Yue Haibing <redacted>
...patch looks fine to me: Reviewed-by: Brian Norris <briannorris@chromium.org>