diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-27 05:41:13 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-27 05:41:13 -0400 |
commit | bda3028813bd07f34f30288a492fbf6f7b8712dd (patch) | |
tree | 2773c970205cfa0c918dc7e5cb3a77a8b26e1e57 /drivers/ata/pata_optidma.c | |
parent | ae1f19aeb715098ac06323f279383f3843429d97 (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_optidma.c')
-rw-r--r-- | drivers/ata/pata_optidma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_optidma.c b/drivers/ata/pata_optidma.c index 18ec8e72bbb6..7296a20cd107 100644 --- a/drivers/ata/pata_optidma.c +++ b/drivers/ata/pata_optidma.c | |||
@@ -386,7 +386,7 @@ static struct ata_port_operations optidma_port_ops = { | |||
386 | 386 | ||
387 | .qc_prep = ata_qc_prep, | 387 | .qc_prep = ata_qc_prep, |
388 | .qc_issue = ata_qc_issue_prot, | 388 | .qc_issue = ata_qc_issue_prot, |
389 | .eng_timeout = ata_eng_timeout, | 389 | |
390 | .data_xfer = ata_pio_data_xfer, | 390 | .data_xfer = ata_pio_data_xfer, |
391 | 391 | ||
392 | .irq_handler = ata_interrupt, | 392 | .irq_handler = ata_interrupt, |
@@ -421,7 +421,7 @@ static struct ata_port_operations optiplus_port_ops = { | |||
421 | 421 | ||
422 | .qc_prep = ata_qc_prep, | 422 | .qc_prep = ata_qc_prep, |
423 | .qc_issue = ata_qc_issue_prot, | 423 | .qc_issue = ata_qc_issue_prot, |
424 | .eng_timeout = ata_eng_timeout, | 424 | |
425 | .data_xfer = ata_pio_data_xfer, | 425 | .data_xfer = ata_pio_data_xfer, |
426 | 426 | ||
427 | .irq_handler = ata_interrupt, | 427 | .irq_handler = ata_interrupt, |