diff options
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index ef5e6b6e6e69..5eee91c73c90 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -1511,7 +1511,7 @@ static void ahci_qc_prep(struct ata_queued_cmd *qc) | |||
1511 | { | 1511 | { |
1512 | struct ata_port *ap = qc->ap; | 1512 | struct ata_port *ap = qc->ap; |
1513 | struct ahci_port_priv *pp = ap->private_data; | 1513 | struct ahci_port_priv *pp = ap->private_data; |
1514 | int is_atapi = is_atapi_taskfile(&qc->tf); | 1514 | int is_atapi = ata_is_atapi(qc->tf.protocol); |
1515 | void *cmd_tbl; | 1515 | void *cmd_tbl; |
1516 | u32 opts; | 1516 | u32 opts; |
1517 | const u32 cmd_fis_len = 5; /* five dwords */ | 1517 | const u32 cmd_fis_len = 5; /* five dwords */ |