Re: [PATCH] iwlegacy: remove redundant variable len

From: Colin King (gmail)
Date: Fri Nov 04 2022 - 13:35:14 EST


On 04/11/2022 17:32, Kalle Valo wrote:
Colin Ian King <colin.i.king@xxxxxxxxx> writes:

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>

For future wireless patches please add "wifi: " to the subject. I can
edit the subject during commit so no need to resend.

OK, will try to remember to do that. Thanks for handling the $SUBJECT

Colin