diff options
Diffstat (limited to 'drivers/ata/sata_sil24.c')
-rw-r--r-- | drivers/ata/sata_sil24.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_sil24.c b/drivers/ata/sata_sil24.c index ac43a30ebe29..a11007b5071e 100644 --- a/drivers/ata/sata_sil24.c +++ b/drivers/ata/sata_sil24.c | |||
@@ -699,7 +699,7 @@ static void sil24_qc_prep(struct ata_queued_cmd *qc) | |||
699 | } | 699 | } |
700 | 700 | ||
701 | prb->ctrl = cpu_to_le16(ctrl); | 701 | prb->ctrl = cpu_to_le16(ctrl); |
702 | ata_tf_to_fis(&qc->tf, prb->fis, 0); | 702 | ata_tf_to_fis(&qc->tf, 0, 1, prb->fis); |
703 | 703 | ||
704 | if (qc->flags & ATA_QCFLAG_DMAMAP) | 704 | if (qc->flags & ATA_QCFLAG_DMAMAP) |
705 | sil24_fill_sg(qc, sge); | 705 | sil24_fill_sg(qc, sge); |