Re: [PATCH] iwlegacy: remove redundant variable len

From: Stanislaw Gruszka
Date: Fri Nov 04 2022 - 14:58:47 EST


On Fri, Nov 04, 2022 at 01:50:36PM +0000, Colin Ian King wrote:
> Variable len is being assigned and modified but it is never
> used. The variable is redundant and can be removed.
>
> Cleans up clang scan build warning:
> warning: variable 'len' set but not used [-Wunused-but-set-variable]
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>

Acked-by: Stanislaw Gruszka <stf_xl@xxxxx>