diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-05-28 07:54:40 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-17 13:04:55 -0400 |
commit | 8fa728a26886f56a9ee10a44fea0ddda301d21c3 (patch) | |
tree | 105ead5c90057400abae0c8aa9e2b5ba1818c327 /drivers/scsi/ultrastor.c | |
parent | 3471c288036bf0835a82d0b1bbce2002f6e68390 (diff) |
[SCSI] allow sleeping in ->eh_abort_handler()
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/ultrastor.c')
-rw-r--r-- | drivers/scsi/ultrastor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ultrastor.c b/drivers/scsi/ultrastor.c index 2c17470a229d..486551bd54ba 100644 --- a/drivers/scsi/ultrastor.c +++ b/drivers/scsi/ultrastor.c | |||
@@ -879,7 +879,7 @@ static int ultrastor_abort(Scsi_Cmnd *SCpnt) | |||
879 | ogm_addr = (unsigned int)isa_bus_to_virt(inl(port0 + 23)); | 879 | ogm_addr = (unsigned int)isa_bus_to_virt(inl(port0 + 23)); |
880 | icm_status = inb(port0 + 27); | 880 | icm_status = inb(port0 + 27); |
881 | icm_addr = (unsigned int)isa_bus_to_virt(inl(port0 + 28)); | 881 | icm_addr = (unsigned int)isa_bus_to_virt(inl(port0 + 28)); |
882 | spin_lock_irqsave(host->host_lock, flags); | 882 | spin_unlock_irqrestore(host->host_lock, flags); |
883 | } | 883 | } |
884 | 884 | ||
885 | /* First check to see if an interrupt is pending. I suspect the SiS | 885 | /* First check to see if an interrupt is pending. I suspect the SiS |