aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_cmd64x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_cmd64x.c')
-rw-r--r--drivers/ata/pata_cmd64x.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/pata_cmd64x.c b/drivers/ata/pata_cmd64x.c
index 1c9a8d97f874..e8c1262341ee 100644
--- a/drivers/ata/pata_cmd64x.c
+++ b/drivers/ata/pata_cmd64x.c
@@ -313,7 +313,7 @@ static struct ata_port_operations cmd64x_port_ops = {
313 .irq_clear = ata_bmdma_irq_clear, 313 .irq_clear = ata_bmdma_irq_clear,
314 .irq_on = ata_irq_on, 314 .irq_on = ata_irq_on,
315 315
316 .port_start = ata_port_start, 316 .port_start = ata_sff_port_start,
317}; 317};
318 318
319static struct ata_port_operations cmd646r1_port_ops = { 319static struct ata_port_operations cmd646r1_port_ops = {
@@ -346,7 +346,7 @@ static struct ata_port_operations cmd646r1_port_ops = {
346 .irq_clear = ata_bmdma_irq_clear, 346 .irq_clear = ata_bmdma_irq_clear,
347 .irq_on = ata_irq_on, 347 .irq_on = ata_irq_on,
348 348
349 .port_start = ata_port_start, 349 .port_start = ata_sff_port_start,
350}; 350};
351 351
352static struct ata_port_operations cmd648_port_ops = { 352static struct ata_port_operations cmd648_port_ops = {
@@ -379,7 +379,7 @@ static struct ata_port_operations cmd648_port_ops = {
379 .irq_clear = ata_bmdma_irq_clear, 379 .irq_clear = ata_bmdma_irq_clear,
380 .irq_on = ata_irq_on, 380 .irq_on = ata_irq_on,
381 381
382 .port_start = ata_port_start, 382 .port_start = ata_sff_port_start,
383}; 383};
384 384
385static int cmd64x_init_one(struct pci_dev *pdev, const struct pci_device_id *id) 385static int cmd64x_init_one(struct pci_dev *pdev, const struct pci_device_id *id)