Re: [PATCH] scsi: a100u2w: remove useless variable

2021-04-17 Thread Julian Calaby
Hi Jiapeng, On Mon, Apr 12, 2021 at 1:23 PM Jiapeng Chong wrote: > > Fix the following gcc warning: > > drivers/scsi/a100u2w.c:1092:8: warning: variable ‘bios_phys’ set but not > used [-Wunused-but-set-variable]. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Chong > --- >

[PATCH] scsi: a100u2w: remove useless variable

2021-04-11 Thread Jiapeng Chong
Fix the following gcc warning: drivers/scsi/a100u2w.c:1092:8: warning: variable ‘bios_phys’ set but not used [-Wunused-but-set-variable]. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- drivers/scsi/a100u2w.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git