Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271376
b: refs/heads/master
c: bab59b4
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Sep 30, 2011
1 parent a9a965d commit 787bd03
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dc35835c6f4bf3f15b68c723c9b7540cf11b9ad6
refs/heads/master: bab59b4417ea1380578358bedaeb714de6f1f6a7
5 changes: 3 additions & 2 deletions trunk/drivers/video/omap2/omapfb/omapfb-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2373,9 +2373,10 @@ static int omapfb_probe(struct platform_device *pdev)
omap_dss_get_device(dssdev);

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

d = &fbdev->displays[fbdev->num_displays++];
Expand Down

0 comments on commit 787bd03

Please sign in to comment.