On 3/29/23 06:24, Tom Rix wrote: > clang with W=1 reports > drivers/target/target_core_spc.c:229:6: error: variable > 'prod_len' set but not used [-Werror,-Wunused-but-set-variable] > u32 prod_len; > ^ > This variable is not used so remove it. > > Signed-off-by: Tom Rix <trix@xxxxxxxxxx> > --- > Looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck