Files
linux/drivers
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
..
2008-12-28 20:00:03 +01:00
2008-11-01 09:50:12 -07:00
2008-12-29 11:24:17 -06:00
2008-12-09 08:28:36 -08:00
2008-12-21 14:21:14 +11:00
2008-11-19 21:40:23 -08:00
2008-11-04 08:18:19 -08:00
2008-12-29 11:24:36 -06:00
2008-11-01 09:49:46 -07:00
2008-12-16 21:50:31 +01:00