diff options
Diffstat (limited to 'drivers/ata/pata_netcell.c')
-rw-r--r-- | drivers/ata/pata_netcell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_netcell.c b/drivers/ata/pata_netcell.c index ae50a5e85cf1..349182840d24 100644 --- a/drivers/ata/pata_netcell.c +++ b/drivers/ata/pata_netcell.c | |||
@@ -71,7 +71,7 @@ static int netcell_init_one (struct pci_dev *pdev, const struct pci_device_id *e | |||
71 | ata_pci_clear_simplex(pdev); | 71 | ata_pci_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); | 74 | return ata_pci_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[] = { |