diff options
Diffstat (limited to 'drivers/scsi/hosts.c')
-rw-r--r-- | drivers/scsi/hosts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c index 96bc31266c98..adc9559cb6f4 100644 --- a/drivers/scsi/hosts.c +++ b/drivers/scsi/hosts.c | |||
@@ -342,6 +342,7 @@ struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize) | |||
342 | shost->unchecked_isa_dma = sht->unchecked_isa_dma; | 342 | shost->unchecked_isa_dma = sht->unchecked_isa_dma; |
343 | shost->use_clustering = sht->use_clustering; | 343 | shost->use_clustering = sht->use_clustering; |
344 | shost->ordered_tag = sht->ordered_tag; | 344 | shost->ordered_tag = sht->ordered_tag; |
345 | shost->active_mode = sht->supported_mode; | ||
345 | 346 | ||
346 | if (sht->max_host_blocked) | 347 | if (sht->max_host_blocked) |
347 | shost->max_host_blocked = sht->max_host_blocked; | 348 | shost->max_host_blocked = sht->max_host_blocked; |