Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333319
b: refs/heads/master
c: 64de3a0
h: refs/heads/master
i:
  333317: 0529195
  333315: 87faa24
  333311: d65f6f0
v: v3
  • Loading branch information
Wei Yongjun authored and Tony Lindgren committed Oct 8, 2012
1 parent 67428f4 commit 93b6ea9
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: 9ee677231bbc6a9e6ec9057d33d81eb248742b0a
refs/heads/master: 64de3a00a16bcdf940cbebb1b2dc05d7cc13fef5
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ static void __init omap_hsmmc_init_one(struct omap2_hsmmc_info *hsmmcinfo,
dev_set_name(&pdev->dev, "%s.%d", pdev->name, pdev->id);

od = omap_device_alloc(pdev, ohs, 1, NULL, 0);
if (!od) {
if (IS_ERR(od)) {
pr_err("Could not allocate od for %s\n", name);
goto put_pdev;
}
Expand Down

0 comments on commit 93b6ea9

Please sign in to comment.