Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190779
b: refs/heads/master
c: ebb1fea
h: refs/heads/master
i:
  190777: 46e329f
  190775: 5ac198f
v: v3
  • Loading branch information
Nicolas Ferre authored and Linus Torvalds committed May 12, 2010
1 parent 540b4b7 commit 9bb3777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 34441427aab4bdb3069a4ffcda69a99357abcb2e
refs/heads/master: ebb1fea9b3adf25d7e2f643c614163af4f93a17f
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/atmel-mci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1751,13 +1751,13 @@ static int __init atmci_probe(struct platform_device *pdev)
ret = -ENODEV;
if (pdata->slot[0].bus_width) {
ret = atmci_init_slot(host, &pdata->slot[0],
MCI_SDCSEL_SLOT_A, 0);
0, MCI_SDCSEL_SLOT_A);
if (!ret)
nr_slots++;
}
if (pdata->slot[1].bus_width) {
ret = atmci_init_slot(host, &pdata->slot[1],
MCI_SDCSEL_SLOT_B, 1);
1, MCI_SDCSEL_SLOT_B);
if (!ret)
nr_slots++;
}
Expand Down

0 comments on commit 9bb3777

Please sign in to comment.