]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf4f4611836b47c79134604a37aa04d5ab88d3ad8
treeaf68f3cbe69f4f62f8e3916991de42ca63059e73
parent72b6c5f3fb2673733c75fded43cd9094ed5bfa42
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