Re: [PATCH] net/atheros: remove redundant assignment to variable size

From: Jakub Kicinski
Date: Sat May 09 2020 - 01:48:15 EST


On Fri, 8 May 2020 23:33:21 +0100 Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The variable size is being assigned with a value that is never read,
> the assignment is redundant and cab be removed.
>
> Addresses-Coverity: ("Unused value")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Applied, thank you!