Re: ath5k: remove duplicated re-assignment to pointer 'tq'
From: Kalle Valo
Date: Tue Feb 27 2018 - 11:46:19 EST
Colin Ian King <colin.king@xxxxxxxxxxxxx> wrote:
> Pointer tq is initialized with &ah->ah_txq[queue] and then a few
> lines later is re-assigned the same value, hence this duplicate
> assignment is redundant and can be removed.
>
> Cleans up clang warning:
> drivers/net/wireless/ath/ath5k/qcu.c:326:25: warning: Value stored
> to 'tq' during its initialization is never read
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx>
Patch applied to ath-next branch of ath.git, thanks.
2571c081cb43 ath5k: remove duplicated re-assignment to pointer 'tq'
--
https://patchwork.kernel.org/patch/10195805/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches