Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232493
b: refs/heads/master
c: a34650f
h: refs/heads/master
i:
  232491: 67fe37f
v: v3
  • Loading branch information
Sonic Zhang authored and Chris Ball committed Jan 26, 2011
1 parent 3c365b7 commit 5ee560f
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: 548f07d2a36a4b085c059edb25edb3cd8d71fe3e
refs/heads/master: a34650f0f1ca589cda09c48cb62baf15e680a247
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/bfin_sdh.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ static int __devinit sdh_probe(struct platform_device *pdev)
goto out;
}

mmc = mmc_alloc_host(sizeof(*mmc), &pdev->dev);
mmc = mmc_alloc_host(sizeof(struct sdh_host), &pdev->dev);
if (!mmc) {
ret = -ENOMEM;
goto out;
Expand Down

0 comments on commit 5ee560f

Please sign in to comment.