Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271363
b: refs/heads/master
c: c5f18d7
h: refs/heads/master
i:
  271361: 534ad5d
  271359: 475eba0
v: v3
  • Loading branch information
Andy Doan authored and Tomi Valkeinen committed Sep 14, 2011
1 parent 42caab0 commit d2be7be
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: 13eae1f98255bddcbfe27ae4bd58fe3dc374bc0b
refs/heads/master: c5f18d7babcb5a0822377f24d478bdaed6241770
3 changes: 2 additions & 1 deletion trunk/drivers/video/omap2/omapfb/omapfb-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2373,7 +2373,8 @@ static int omapfb_probe(struct platform_device *pdev)
omap_dss_get_device(dssdev);

if (!dssdev->driver) {
dev_err(&pdev->dev, "no driver for display\n");
dev_err(&pdev->dev, "no driver for display: %s\n",
dssdev->name);
r = -ENODEV;
}

Expand Down

0 comments on commit d2be7be

Please sign in to comment.