[SCSI] lpfc: change spin_lock_irq() to spin_lock()
authorDan Carpenter <error27@gmail.com>
Sat, 7 Aug 2010 22:15:17 +0000 (00:15 +0200)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 5 Sep 2010 17:21:00 +0000 (14:21 -0300)
In lpfc_cleanup_pending_mbox() we already have IRQs disabled so we don't
need to disable them again.

Also in lpfc_sli_intr_handler() there is a typo where it has
spin_unlock_irq() instead of just spin_unlock().

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>

No differences found