diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-12-01 18:05:39 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-01-23 05:24:11 -0500 |
commit | e39eec13ff8c58520d77b5f977b1e0fa067fbd2c (patch) | |
tree | ab5cf19a2145dc4c8a90168751525ab3b8b69a9a /drivers/ata/libata-eh.c | |
parent | 76326ac1ac1f524014ef36986fed97796b28ec6b (diff) |
[libata] Build fix WRT ata_is_xxx() new API introduction
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/libata-eh.c')
-rw-r--r-- | drivers/ata/libata-eh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c index 3a2f7ef3e600..d7d5a5ae04ef 100644 --- a/drivers/ata/libata-eh.c +++ b/drivers/ata/libata-eh.c | |||
@@ -1987,7 +1987,7 @@ static void ata_eh_link_report(struct ata_link *link) | |||
1987 | dma_str[qc->dma_dir]); | 1987 | dma_str[qc->dma_dir]); |
1988 | } | 1988 | } |
1989 | 1989 | ||
1990 | if (is_atapi_taskfile(&qc->tf)) | 1990 | if (ata_is_atapi(qc->tf.protocol)) |
1991 | snprintf(cdb_buf, sizeof(cdb_buf), | 1991 | snprintf(cdb_buf, sizeof(cdb_buf), |
1992 | "cdb %02x %02x %02x %02x %02x %02x %02x %02x " | 1992 | "cdb %02x %02x %02x %02x %02x %02x %02x %02x " |
1993 | "%02x %02x %02x %02x %02x %02x %02x %02x\n ", | 1993 | "%02x %02x %02x %02x %02x %02x %02x %02x\n ", |