[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)
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>

No differences found