diff options
Diffstat (limited to 'drivers/ata/pata_netcell.c')
-rw-r--r-- | drivers/ata/pata_netcell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/pata_netcell.c b/drivers/ata/pata_netcell.c index 349182840d24..d9719c8b9dbe 100644 --- a/drivers/ata/pata_netcell.c +++ b/drivers/ata/pata_netcell.c | |||
@@ -68,10 +68,10 @@ static int netcell_init_one (struct pci_dev *pdev, const struct pci_device_id *e | |||
68 | return rc; | 68 | return rc; |
69 | 69 | ||
70 | /* Any chip specific setup/optimisation/messages here */ | 70 | /* Any chip specific setup/optimisation/messages here */ |
71 | ata_pci_clear_simplex(pdev); | 71 | ata_pci_bmdma_clear_simplex(pdev); |
72 | 72 | ||
73 | /* And let the library code do the work */ | 73 | /* And let the library code do the work */ |
74 | return ata_pci_init_one(pdev, port_info, &netcell_sht, NULL); | 74 | return ata_pci_sff_init_one(pdev, port_info, &netcell_sht, NULL); |
75 | } | 75 | } |
76 | 76 | ||
77 | static const struct pci_device_id netcell_pci_tbl[] = { | 77 | static const struct pci_device_id netcell_pci_tbl[] = { |