Re: [PATCH 27/30] scsi: myrs: Remove a couple of unused 'status' variables
Looks good, Reviewed-by: Christoph Hellwig
[PATCH 27/30] scsi: myrs: Remove a couple of unused 'status' variables
Fixes the following W=1 kernel build warning(s): drivers/scsi/myrs.c: In function ‘consistency_check_show’: drivers/scsi/myrs.c:1193:16: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] drivers/scsi/myrs.c: In function ‘myrs_get_resync’: drivers/scsi/myrs.c:1984:5: warn