Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333318
b: refs/heads/master
c: 9ee6772
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Tony Lindgren committed Oct 8, 2012
1 parent 0529195 commit 67428f4
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: f0cfa981cec09e6e353295e0f8dc36bc10289996
refs/heads/master: 9ee677231bbc6a9e6ec9057d33d81eb248742b0a
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ static struct platform_device *create_dss_pdev(const char *pdev_name,

ohs[0] = oh;
od = omap_device_alloc(pdev, ohs, 1, NULL, 0);
if (!od) {
if (IS_ERR(od)) {
pr_err("Could not alloc omap_device for %s\n", pdev_name);
r = -ENOMEM;
goto err;
Expand Down

0 comments on commit 67428f4

Please sign in to comment.