diff options
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | 2010-12-16 13:00:58 -0600 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-12-21 12:37:26 -0600 |
commit | a0b89872b305bd0f6f5af1dd26274a3f057a2303 (patch) | |
tree | a6cffb0cd1cab4bb8fed96356ad8537d6f8b8c80 /drivers/scsi/hpsa.h | |
parent | 774342844f368a0c3ba907f192d844ae337d01aa (diff) | |
download | talos-obmc-linux-a0b89872b305bd0f6f5af1dd26274a3f057a2303.tar.gz talos-obmc-linux-a0b89872b305bd0f6f5af1dd26274a3f057a2303.zip |
[SCSI] hpsa: do not consider firmware revision when looking for device changes.
The firmware may have been updated, in which case, it's the same device,
and in that case, we do not want to remove and add the device, we want to
let it continue as is.
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/hpsa.h')
-rw-r--r-- | drivers/scsi/hpsa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h index a203ef65cb50..19586e189f0f 100644 --- a/drivers/scsi/hpsa.h +++ b/drivers/scsi/hpsa.h @@ -45,7 +45,6 @@ struct hpsa_scsi_dev_t { unsigned char device_id[16]; /* from inquiry pg. 0x83 */ unsigned char vendor[8]; /* bytes 8-15 of inquiry data */ unsigned char model[16]; /* bytes 16-31 of inquiry data */ - unsigned char revision[4]; /* bytes 32-35 of inquiry data */ unsigned char raid_level; /* from inquiry page 0xC1 */ }; |