]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
advansys: use spin_lock_irqsave() in interrupt handler
authorHannes Reinecke <hare@suse.de>
Fri, 24 Apr 2015 11:18:40 +0000 (13:18 +0200)
committerJames Bottomley <JBottomley@Odin.com>
Tue, 26 May 2015 06:00:13 +0000 (23:00 -0700)
commit00742c91648cee6f5209b3a18e8b6d21e3b4f0e7
tree8fda7a85f4cdf2452453f486f1158b769c8fa5d4
parent2207063443739e934184076cbb23db8973d6b2d4
advansys: use spin_lock_irqsave() in interrupt handler

We should be using spin_lock_irqsave() when within the
interrupt handler.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/advansys.c