aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/libata-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c
index abcf17ebda90..11df827e166f 100644
--- a/drivers/scsi/libata-core.c
+++ b/drivers/scsi/libata-core.c
@@ -5185,6 +5185,7 @@ static void ata_host_init(struct ata_port *ap, struct Scsi_Host *host,
5185 ap->sata_spd_limit = UINT_MAX; 5185 ap->sata_spd_limit = UINT_MAX;
5186 ap->active_tag = ATA_TAG_POISON; 5186 ap->active_tag = ATA_TAG_POISON;
5187 ap->last_ctl = 0xFF; 5187 ap->last_ctl = 0xFF;
5188 ap->msg_enable = ATA_MSG_DRV;
5188 5189
5189 INIT_WORK(&ap->port_task, NULL, NULL); 5190 INIT_WORK(&ap->port_task, NULL, NULL);
5190 INIT_LIST_HEAD(&ap->eh_done_q); 5191 INIT_LIST_HEAD(&ap->eh_done_q);