[SCSI] sym53c8xx: Don't disable interrupts in the interrupt handler
authorMatthew Wilcox <matthew@wil.cx>
Fri, 5 Oct 2007 19:55:02 +0000 (15:55 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Tue, 23 Oct 2007 19:09:27 +0000 (15:09 -0400)
Interrupts can't be re-entered, so it's sufficient to call spin_lock, not
spin_lock_irqsave().

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found