diff options
Diffstat (limited to 'drivers/scsi/hosts.c')
-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 5ea1f986220c..880c78bff0e1 100644 --- a/drivers/scsi/hosts.c +++ b/drivers/scsi/hosts.c | |||
@@ -342,7 +342,6 @@ struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize) | |||
342 | shost->use_clustering = sht->use_clustering; | 342 | shost->use_clustering = sht->use_clustering; |
343 | shost->ordered_tag = sht->ordered_tag; | 343 | shost->ordered_tag = sht->ordered_tag; |
344 | shost->active_mode = sht->supported_mode; | 344 | shost->active_mode = sht->supported_mode; |
345 | shost->use_sg_chaining = sht->use_sg_chaining; | ||
346 | 345 | ||
347 | if (sht->supported_mode == MODE_UNKNOWN) | 346 | if (sht->supported_mode == MODE_UNKNOWN) |
348 | /* means we didn't set it ... default to INITIATOR */ | 347 | /* means we didn't set it ... default to INITIATOR */ |