Re: [PATCH][next] wifi: ath9k: remove redundant assignment to variable ret
From: Kalle Valo
Date: Fri Feb 02 2024 - 06:42:03 EST
Colin Ian King <colin.i.king@xxxxxxxxx> wrote:
> The variable ret is being assigned a value but it isn't being
> read afterwards. The assignment is redundant and so ret can be
> removed.
>
> Cleans up clang scan build warning:
> warning: Although the value stored to 'ret' is used in the
> enclosing expression, the value is never actually read from
> 'ret' [deadcode.DeadStores]
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
> Acked-by: Toke Høiland-Jørgensen <toke@xxxxxxx>
> Signed-off-by: Kalle Valo <quic_kvalo@xxxxxxxxxxx>
Patch applied to ath-next branch of ath.git, thanks.
08d82175bfbb wifi: ath9k: remove redundant assignment to variable ret
--
https://patchwork.kernel.org/project/linux-wireless/patch/20240116155452.2315351-1-colin.i.king@xxxxxxxxx/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches