Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183182
b: refs/heads/master
c: 7e044a1
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Mar 1, 2010
1 parent 8d82401 commit 4608fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d3a8118b049252a84641b6643066bda0da0d316
refs/heads/master: 7e044a12c73f474e59f1ddecf08d6781c7830f0f
3 changes: 2 additions & 1 deletion trunk/drivers/ata/pata_efar.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ static int efar_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
dev_printk(KERN_DEBUG, &pdev->dev,
"version " DRV_VERSION "\n");

return ata_pci_sff_init_one(pdev, ppi, &efar_sht, NULL, 0);
return ata_pci_sff_init_one(pdev, ppi, &efar_sht, NULL,
ATA_HOST_PARALLEL_SCAN);
}

static const struct pci_device_id efar_pci_tbl[] = {
Expand Down

0 comments on commit 4608fbf

Please sign in to comment.