scsi_transport_spi: use spi target settings instead of inquiry data for DV
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 17 Jun 2009 19:03:41 +0000 (15:03 -0400)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sun, 21 Jun 2009 15:52:45 +0000 (10:52 -0500)
commit9872b81cf9f4b163e9c558d79e76b832c58a4814
treeaf68f3cbe69f4f62f8e3916991de42ca63059e73
parent598fa4b775d064d4656132c78d9a312eb1d2f91f
scsi_transport_spi: use spi target settings instead of inquiry data for DV

Right at the moment, we carefully set up the spi_support_xx in the
device configuration routines, but then we never actually use the
results: we rely on the inquiry strings.  If we're going to allow
overrides to the inquiry data, we have to rely on our own internal
settings.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/scsi_transport_spi.c