Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184860
b: refs/heads/master
c: 6d2e0bd
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Feb 18, 2010
1 parent 6a0ff83 commit e1ed539
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b3f91eb8d8d17ad3ca5da4fa9f20d2e46133fd99
refs/heads/master: 6d2e0bd60848e97756f40e49da207e862f4f3851
4 changes: 3 additions & 1 deletion trunk/drivers/video/omap2/omapfb/omapfb-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2176,9 +2176,11 @@ static int omapfb_probe(struct platform_device *pdev)
u16 w, h;
#endif
r = def_display->enable(def_display);
if (r)
if (r) {
dev_warn(fbdev->dev, "Failed to enable display '%s'\n",
def_display->name);
goto cleanup;
}

/* set the update mode */
if (def_display->caps & OMAP_DSS_DISPLAY_CAP_MANUAL_UPDATE) {
Expand Down

0 comments on commit e1ed539

Please sign in to comment.