From: Dan Carpenter Date: Wed, 27 Jun 2012 09:00:30 +0000 (+0300) Subject: [SCSI] megaraid: remove a spurious IRQ enable X-Git-Tag: v3.6-rc1~103^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6548b0e5b875a07e32e924b22a7df3669892c75a;p=pandora-kernel.git [SCSI] megaraid: remove a spurious IRQ enable We took this lock with spin_lock() so we should unlock it with spin_unlock() instead of spin_unlock_irq(). This was introduced in f2c8dc402b "[SCSI] megaraid_mbox: remove scsi_assign_lock usage". Signed-off-by: Dan Carpenter Acked-by: Adam Radford Signed-off-by: James Bottomley --- Reading git-diff-tree failed