Re: ath5k: remove duplicated re-assignment to pointer 'tq'
From: Kalle Valo <hidden>
Date: 2018-02-27 16:46:16
Also in:
kernel-janitors, linux-wireless, lkml
From: Kalle Valo <hidden>
Date: 2018-02-27 16:46:16
Also in:
kernel-janitors, linux-wireless, lkml
Colin Ian King [off-list ref] 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 <redacted> Signed-off-by: Kalle Valo <redacted>
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