Re: [PATCH] qed: remove unused num_ooo_add_to_peninsula variable

From: Simon Horman
Date: Sun Mar 26 2023 - 03:54:10 EST


On Sat, Mar 25, 2023 at 08:17:33PM -0400, Tom Rix wrote:
> clang with W=1 reports
> drivers/net/ethernet/qlogic/qed/qed_ll2.c:649:6: error: variable
> 'num_ooo_add_to_peninsula' set but not used [-Werror,-Wunused-but-set-variable]
> u32 num_ooo_add_to_peninsula = 0, cid;
> ^
> This variable is not used so remove it.
>
> Signed-off-by: Tom Rix <trix@xxxxxxxxxx>

Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>