diff options
-rw-r--r-- | drivers/scsi/hosts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c index ed7e0a1fc34d..1592640a87b5 100644 --- a/drivers/scsi/hosts.c +++ b/drivers/scsi/hosts.c | |||
@@ -347,7 +347,6 @@ struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize) | |||
347 | shost->unchecked_isa_dma = sht->unchecked_isa_dma; | 347 | shost->unchecked_isa_dma = sht->unchecked_isa_dma; |
348 | shost->use_clustering = sht->use_clustering; | 348 | shost->use_clustering = sht->use_clustering; |
349 | shost->ordered_tag = sht->ordered_tag; | 349 | shost->ordered_tag = sht->ordered_tag; |
350 | shost->active_mode = sht->supported_mode; | ||
351 | 350 | ||
352 | if (sht->supported_mode == MODE_UNKNOWN) | 351 | if (sht->supported_mode == MODE_UNKNOWN) |
353 | /* means we didn't set it ... default to INITIATOR */ | 352 | /* means we didn't set it ... default to INITIATOR */ |