diff options
Diffstat (limited to 'drivers/ata/libata-scsi.c')
-rw-r--r-- | drivers/ata/libata-scsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index 7ae1e771d950..508a60bfe5c1 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c | |||
@@ -3381,6 +3381,7 @@ int ata_scsi_add_hosts(struct ata_host *host, struct scsi_host_template *sht) | |||
3381 | if (!shost) | 3381 | if (!shost) |
3382 | goto err_alloc; | 3382 | goto err_alloc; |
3383 | 3383 | ||
3384 | shost->eh_noresume = 1; | ||
3384 | *(struct ata_port **)&shost->hostdata[0] = ap; | 3385 | *(struct ata_port **)&shost->hostdata[0] = ap; |
3385 | ap->scsi_host = shost; | 3386 | ap->scsi_host = shost; |
3386 | 3387 | ||