[SCSI] ipr: Fix sleeping function called with interrupts disabled
authorBrian King <brking@linux.vnet.ibm.com>
Wed, 22 Apr 2009 13:58:02 +0000 (08:58 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 27 Apr 2009 15:32:13 +0000 (10:32 -0500)
The ata_sas_slave_configure was changed such that it now allocates
some memory for a drain buffer for ATAPI devices. Fixup the ipr
driver such that we no longer make this call with interrupts disabled.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

No differences found