[SCSI] advansys: Stop checking the scsi_cmnd belongs to our Scsi_Host
authorMatthew Wilcox <matthew@wil.cx>
Sun, 29 Jul 2007 23:27:20 +0000 (17:27 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:38:44 +0000 (14:38 -0400)
commit605fe5987f728e92e75ba12f7be01ffc3b132ad0
treef2ec47698bfb5df51516db41db33923c1383d33f
parent074c8fe4c0c0c7918d99bca34ea8e02a86997530
[SCSI] advansys: Stop checking the scsi_cmnd belongs to our Scsi_Host

The interrupt routines used to walk the list of Scsi_Hosts belonging to
this driver to make sure that the scsi_cmnd belonged to one of them.
This is a waste of time and gets in the way of later cleanups, so
delete it.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/advansys.c