Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287573
b: refs/heads/master
c: 4041071
h: refs/heads/master
i:
  287571: e33832b
v: v3
  • Loading branch information
Russell King committed Feb 9, 2012
1 parent c03ea1d commit f48b752
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d980e0f8d858c6963d676013e976ff00ab7acb2b
refs/heads/master: 40410715715178ec196314dd0c19150c06901f80
5 changes: 5 additions & 0 deletions trunk/drivers/video/omap2/dss/dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ int omapdss_dpi_display_enable(struct omap_dss_device *dssdev)
{
int r;

if (cpu_is_omap34xx() && !dpi.vdds_dsi_reg) {
DSSERR("no VDSS_DSI regulator\n");
return -ENODEV;
}

if (dssdev->manager == NULL) {
DSSERR("failed to enable display: no manager\n");
return -ENODEV;
Expand Down

0 comments on commit f48b752

Please sign in to comment.