Re: linux-next: build warning after merge of the scsi-fixes tree

From: Tyrel Datwyler
Date: Tue Apr 28 2020 - 20:28:24 EST


On 4/28/20 4:21 PM, Stephen Rothwell wrote:
> Hi all,
>
> After merging the scsi-fixes tree, today's linux-next build (powerpc
> ppc64_defconfig) produced this warning:
>
> drivers/scsi/ibmvscsi/ibmvscsi.c: In function 'ibmvscsi_remove':
> drivers/scsi/ibmvscsi/ibmvscsi.c:2323:16: warning: unused variable 'flags' [-Wunused-variable]
> 2323 | unsigned long flags;
> | ^~~~~
>
> Introduced by commit
>
> 5b77d181bee1 ("scsi: ibmvscsi: Fix WARN_ON during event pool release")
>

Crud, artifact from removing the spinlock.

Martin,

Do you want me to resend, or can you fixup your tree?

-Tyrel