| Submitter | Bartlomiej Zolnierkiewicz |
|---|---|
| Date | Feb. 18, 2010, 6:59 p.m. |
| Message ID | <20100218185936.16594.94485.sendpatchset@localhost> |
| Download | mbox | patch |
| Permalink | /patch/45801/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
Index: b/drivers/ata/pata_oldpiix.c =================================================================== --- a/drivers/ata/pata_oldpiix.c +++ b/drivers/ata/pata_oldpiix.c @@ -215,7 +215,8 @@ static int oldpiix_init_one (struct pci_ dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); - return ata_pci_sff_init_one(pdev, ppi, &oldpiix_sht, NULL); + return __ata_pci_sff_init_one(pdev, ppi, &oldpiix_sht, NULL, NULL, + ATA_HOST_PARALLEL_SCAN); } static const struct pci_device_id oldpiix_pci_tbl[] = {