Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232955
b: refs/heads/master
c: 720bc78
h: refs/heads/master
i:
  232953: 6808878
  232951: 0370ecb
v: v3
  • Loading branch information
Stefan Weil authored and Kevin Hilman committed Jan 31, 2011
1 parent 6f54c4d commit a940d10
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: 62270119867131d6d11fe018f1fafcf0fa2933e3
refs/heads/master: 720bc782249015a30438516cee5c4be180a3f675
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-omap2/smartreflex.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,8 @@ static int __init omap_sr_probe(struct platform_device *pdev)

if (!pdata) {
dev_err(&pdev->dev, "%s: platform data missing\n", __func__);
return -EINVAL;
ret = -EINVAL;
goto err_free_devinfo;
}

mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
Expand Down

0 comments on commit a940d10

Please sign in to comment.