Re: ath9k: remove useless variable assignment in ath_mci_intr()
From: Kalle Valo <hidden>
Date: 2017-06-28 16:57:25
Also in:
lkml, netdev
From: Kalle Valo <hidden>
Date: 2017-06-28 16:57:25
Also in:
lkml, netdev
"Gustavo A. R. Silva" [off-list ref] wrote:
Value assigned to variable offset at line 551 is overwritten at line 562, before it can be used. This makes such variable assignment useless. Addresses-Coverity-ID: 1226941 Signed-off-by: Gustavo A. R. Silva <redacted> Signed-off-by: Kalle Valo <redacted>
Patch applied to ath-next branch of ath.git, thanks. 6788a3832c70 ath9k: remove useless variable assignment in ath_mci_intr() -- https://patchwork.kernel.org/patch/9810609/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches