Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310677
b: refs/heads/master
c: c3a21fc
h: refs/heads/master
i:
  310675: d3a8388
v: v3
  • Loading branch information
Tomi Valkeinen committed Jun 5, 2012
1 parent c3ad0d2 commit f06cb9b
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: 2e063c305a3da896ec3db99e66891411d0e38820
refs/heads/master: c3a21fc79b6bc097d8b0e47498903a649a111127
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ static struct platform_device *create_simple_dss_pdev(const char *pdev_name,
goto err;
}

r = omap_device_register(pdev);
r = platform_device_add(pdev);
if (r) {
pr_err("Could not register omap_device for %s\n", pdev_name);
pr_err("Could not register platform_device for %s\n", pdev_name);
goto err;
}

Expand Down

0 comments on commit f06cb9b

Please sign in to comment.