]> git.baikalelectronics.ru Git - kernel.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)
commit8624edce3a21ac174fe3fc5a416ccb370d1edb24
tree8fda7a85f4cdf2452453f486f1158b769c8fa5d4
parent507bd6b049b36ee3ea29c6a16ab0cc068006570b
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