]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/ata/pata_via.c
libata: Pass host flags into the pci helper
[net-next-2.6.git] / drivers / ata / pata_via.c
index 6356377231fd0f833689c132d41dd19853889c8a..3059ec017de3fde4c4f2100d99da286ccdf93836 100644 (file)
@@ -624,7 +624,7 @@ static int via_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
        }
 
        /* We have established the device type, now fire it up */
-       return ata_pci_sff_init_one(pdev, ppi, &via_sht, (void *)config);
+       return ata_pci_sff_init_one(pdev, ppi, &via_sht, (void *)config, 0);
 }
 
 #ifdef CONFIG_PM