diff options
Diffstat (limited to 'drivers/ata/pata_hpt3x2n.c')
-rw-r--r-- | drivers/ata/pata_hpt3x2n.c | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/drivers/ata/pata_hpt3x2n.c b/drivers/ata/pata_hpt3x2n.c index c774be93ae04..cd44ee3d3cc1 100644 --- a/drivers/ata/pata_hpt3x2n.c +++ b/drivers/ata/pata_hpt3x2n.c | |||
@@ -148,7 +148,7 @@ static int hpt3x2n_cable_detect(struct ata_port *ap) | |||
148 | * Reset the hardware and state machine, | 148 | * Reset the hardware and state machine, |
149 | */ | 149 | */ |
150 | 150 | ||
151 | static int hpt3xn_pre_reset(struct ata_link *link, unsigned long deadline) | 151 | static int hpt3x2n_pre_reset(struct ata_link *link, unsigned long deadline) |
152 | { | 152 | { |
153 | struct ata_port *ap = link->ap; | 153 | struct ata_port *ap = link->ap; |
154 | struct pci_dev *pdev = to_pci_dev(ap->host->dev); | 154 | struct pci_dev *pdev = to_pci_dev(ap->host->dev); |
@@ -160,18 +160,6 @@ static int hpt3xn_pre_reset(struct ata_link *link, unsigned long deadline) | |||
160 | } | 160 | } |
161 | 161 | ||
162 | /** | 162 | /** |
163 | * hpt3x2n_error_handler - probe the hpt3x2n bus | ||
164 | * @ap: ATA port to reset | ||
165 | * | ||
166 | * Perform the probe reset handling for the 3x2N | ||
167 | */ | ||
168 | |||
169 | static void hpt3x2n_error_handler(struct ata_port *ap) | ||
170 | { | ||
171 | ata_bmdma_drive_eh(ap, hpt3xn_pre_reset, ata_std_softreset, NULL, ata_std_postreset); | ||
172 | } | ||
173 | |||
174 | /** | ||
175 | * hpt3x2n_set_piomode - PIO setup | 163 | * hpt3x2n_set_piomode - PIO setup |
176 | * @ap: ATA interface | 164 | * @ap: ATA interface |
177 | * @adev: device on the interface | 165 | * @adev: device on the interface |
@@ -355,7 +343,7 @@ static struct ata_port_operations hpt3x2n_port_ops = { | |||
355 | .cable_detect = hpt3x2n_cable_detect, | 343 | .cable_detect = hpt3x2n_cable_detect, |
356 | .set_piomode = hpt3x2n_set_piomode, | 344 | .set_piomode = hpt3x2n_set_piomode, |
357 | .set_dmamode = hpt3x2n_set_dmamode, | 345 | .set_dmamode = hpt3x2n_set_dmamode, |
358 | .error_handler = hpt3x2n_error_handler, | 346 | .prereset = hpt3x2n_pre_reset, |
359 | }; | 347 | }; |
360 | 348 | ||
361 | /** | 349 | /** |