[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>
此提交包含在:
Jeff Garzik
2006-09-27 05:41:13 -04:00
父節點 ae1f19aeb7
當前提交 bda3028813
共有 34 個檔案被更改,包括 54 行新增74 行删除

查看文件

@@ -242,7 +242,7 @@ static struct ata_port_operations atiixp_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,