Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220262
b: refs/heads/master
c: cf10700
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 9, 2010
1 parent e61b1da commit 8ac50a4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: edae01b94a846b39664420fe0c7561a594bb50a2
refs/heads/master: cf10700bf8047f0668dd874b607f89516612e6c7
2 changes: 1 addition & 1 deletion trunk/drivers/staging/phison/phison.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static int phison_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
};
const struct ata_port_info *ppi[] = { &info, NULL };

ret = ata_pci_sff_init_one(pdev, ppi, &phison_sht, NULL, 0);
ret = ata_pci_bmdma_init_one(pdev, ppi, &phison_sht, NULL, 0);

dev_dbg(&pdev->dev, "phison_init_one(), ret = %x\n", ret);

Expand Down

0 comments on commit 8ac50a4

Please sign in to comment.