aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_triflex.c
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-09-27 05:41:13 -0400
committerJeff Garzik <jeff@garzik.org>2006-09-27 05:41:13 -0400
commitbda3028813bd07f34f30288a492fbf6f7b8712dd (patch)
tree2773c970205cfa0c918dc7e5cb3a77a8b26e1e57 /drivers/ata/pata_triflex.c
parent[libata] sata_mv: fix oops by filling in missing hook (diff)
downloadlinux-dev-bda3028813bd07f34f30288a492fbf6f7b8712dd.tar.xz
linux-dev-bda3028813bd07f34f30288a492fbf6f7b8712dd.zip
[libata] Don't use old-EH ->eng_timeout() hook when not needed
The PATA driver set got converted to the new error handling setup, but the old hooks were accidentally left in place. Now, removed. Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_triflex.c')
-rw-r--r--drivers/ata/pata_triflex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_triflex.c b/drivers/ata/pata_triflex.c
index 95adf92901fc..a954ed93a40c 100644
--- a/drivers/ata/pata_triflex.c
+++ b/drivers/ata/pata_triflex.c
@@ -218,7 +218,7 @@ static struct ata_port_operations triflex_port_ops = {
.qc_prep = ata_qc_prep,
.qc_issue = ata_qc_issue_prot,
- .eng_timeout = ata_eng_timeout,
+
.data_xfer = ata_pio_data_xfer,
.irq_handler = ata_interrupt,