]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] aha1542: minor irq handler cleanups
authorJeff Garzik <jeff@garzik.org>
Thu, 24 Apr 2008 23:45:32 +0000 (19:45 -0400)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sun, 27 Apr 2008 17:19:55 +0000 (12:19 -0500)
commit0da89faa6546f8b57ed5df596760e4f7dd1511d3
tree2d588ba27d5e00e6a976de808cdda54716f63521
parent12758e5645eefdae96649d6839544f0b001f216f
[SCSI] aha1542: minor irq handler cleanups

- where the 'irq' function argument is known never to be used, rename
  it to 'dummy' to make this more obvious

- replace per-irq lookup functions and tables with a direct reference
  to data object obtained via 'dev_id' function argument, passed from
  request_irq()

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/aha1542.c