[SCSI] arcmsr: irq handler fixes, cleanups, micro-opts
authorJeff Garzik <jeff@garzik.org>
Fri, 27 Jul 2007 17:01:15 +0000 (13:01 -0400)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:50:51 +0000 (14:50 -0400)
commit488a5c8a9a3b67ae117784cd0d73bef53a73d57d
tree14fc9dd53a6208c42a3cb1e3726d86224413dd68
parent24430458bb924e371ff894e26bfa9f73707f53fb
[SCSI] arcmsr: irq handler fixes, cleanups, micro-opts

* Remove IRQF_DISABLED, it is clearly wrong for this driver.

* Remove wasteful spin_lock_irqsave() in interrupt handler.
  The lighter-weight spin_lock() is all that's needed.

* Annotate with FIXME where arcmsr_interrupt() is called
  without any spinlock being acquired.

* Eliminate pointless cast from void pointer in arcmsr_do_interrupt()

[jejb: conflict resolution]

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Acked-by: Nick Cheng <nick.cheng@areca.com.tw>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/arcmsr/arcmsr_hba.c