From: Dan Carpenter Date: Sat, 7 Aug 2010 22:15:17 +0000 (+0200) Subject: [SCSI] lpfc: change spin_lock_irq() to spin_lock() X-Git-Tag: v2.6.37-rc1~159^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec21b3b0dbbaf5965f6b508cb6b48d9fe5bb6ab5;p=pandora-kernel.git [SCSI] lpfc: change spin_lock_irq() to spin_lock() 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 Acked-by: James Smart Signed-off-by: James Bottomley --- Reading git-diff-tree failed