On Mon, Oct 21, 2019 at 10:19:57PM +0800, YueHaibing wrote: > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/scsi/cxlflash/main.c:47:22: warning: > variable ioarcb set but not used [-Wunused-but-set-variable] > > It is never used, so can be removed. > > Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> Acked-by: Matthew R. Ochs <mrochs@xxxxxxxxxxxxx>