Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371660
b: refs/heads/master
c: dfbc323
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed May 2, 2013
1 parent ede4fab commit fc26418
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: af56fe3ca6b034685d8a7da4088637fc4fb1a6e7
refs/heads/master: dfbc32316c6991010328c21e6046b05bac57eb84
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap2/omapfb/omapfb-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,7 @@ static int omapfb_probe(struct platform_device *pdev)

if (fbdev->num_displays == 0) {
dev_err(&pdev->dev, "no displays\n");
r = -EINVAL;
r = -EPROBE_DEFER;
goto cleanup;
}

Expand Down

0 comments on commit fc26418

Please sign in to comment.