aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_via.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_via.c
parentae1f19aeb715098ac06323f279383f3843429d97 (diff)
[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_via.c')
-rw-r--r--drivers/ata/pata_via.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_via.c b/drivers/ata/pata_via.c
index 0e8b1303acd6..7b5dd2343b9a 100644
--- a/drivers/ata/pata_via.c
+++ b/drivers/ata/pata_via.c
@@ -322,7 +322,7 @@ static struct ata_port_operations via_port_ops = {
322 322
323 .qc_prep = ata_qc_prep, 323 .qc_prep = ata_qc_prep,
324 .qc_issue = ata_qc_issue_prot, 324 .qc_issue = ata_qc_issue_prot,
325 .eng_timeout = ata_eng_timeout, 325
326 .data_xfer = ata_pio_data_xfer, 326 .data_xfer = ata_pio_data_xfer,
327 327
328 .irq_handler = ata_interrupt, 328 .irq_handler = ata_interrupt,
@@ -357,7 +357,7 @@ static struct ata_port_operations via_port_ops_noirq = {
357 357
358 .qc_prep = ata_qc_prep, 358 .qc_prep = ata_qc_prep,
359 .qc_issue = ata_qc_issue_prot, 359 .qc_issue = ata_qc_issue_prot,
360 .eng_timeout = ata_eng_timeout, 360
361 .data_xfer = ata_pio_data_xfer_noirq, 361 .data_xfer = ata_pio_data_xfer_noirq,
362 362
363 .irq_handler = ata_interrupt, 363 .irq_handler = ata_interrupt,