android_kernel_xiaomi_sm8350/drivers/s390/scsi
Heiko Carstens 06499fac65 [SCSI] zfcp: fix compile warning
Get rid of this one:

drivers/s390/scsi/zfcp_erp.c: In function 'zfcp_erp_thread':
drivers/s390/scsi/zfcp_erp.c:1400: warning: ignoring return value of
'down_interruptible', declared with attribute warn_unused_result

zfcp_erp_thread is a kernel thread which can't receive any signals.
So introduce a dummy variable and get rid of the warning.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-12-29 11:24:36 -06:00
..
Makefile [SCSI] zfcp: consolidate sysfs things into one file. 2008-07-12 08:22:35 -05:00
zfcp_aux.c [SCSI] zfcp: Remove adapter list 2008-12-29 11:24:36 -06:00
zfcp_ccw.c [SCSI] zfcp: register with SCSI layer on ccw registration 2008-12-29 11:24:35 -06:00
zfcp_cfdc.c [SCSI] zfcp: Remove adapter list 2008-12-29 11:24:36 -06:00
zfcp_dbf.c [S390] convert zfcp printks to pr_xxx macros. 2008-12-25 13:39:27 +01:00
zfcp_dbf.h [SCSI] zfcp: Fix hexdump data in s390dbf traces 2008-11-05 12:47:55 -05:00
zfcp_def.h [SCSI] zfcp: Remove adapter list 2008-12-29 11:24:36 -06:00
zfcp_erp.c [SCSI] zfcp: fix compile warning 2008-12-29 11:24:36 -06:00
zfcp_ext.h [SCSI] zfcp: put threshold data in hba trace 2008-10-03 12:11:55 -05:00
zfcp_fc.c [S390] convert zfcp printks to pr_xxx macros. 2008-12-25 13:39:27 +01:00
zfcp_fsf.c [SCSI] zfcp: Simplify SBAL allocation to fix sparse warnings 2008-12-29 11:24:36 -06:00
zfcp_fsf.h blktrace: pass zfcp driver data 2008-10-17 08:46:57 +02:00
zfcp_qdio.c [S390] convert zfcp printks to pr_xxx macros. 2008-12-25 13:39:27 +01:00
zfcp_scsi.c [S390] convert zfcp printks to pr_xxx macros. 2008-12-25 13:39:27 +01:00
zfcp_sysfs.c [S390] convert zfcp printks to pr_xxx macros. 2008-12-25 13:39:27 +01:00