Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310294
b: refs/heads/master
c: ec87410
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Tomi Valkeinen committed Apr 23, 2012
1 parent 354b4ac commit 4d10621
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: 9c3d5eb71b1fdcdef434a46444d931ada6938446
refs/heads/master: ec8741078d0a644d68827c8a347ac6be153622b5
4 changes: 3 additions & 1 deletion trunk/drivers/video/omap2/dss/venc.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,9 @@ static int venc_power_on(struct omap_dss_device *dssdev)
dispc_set_digit_size(dssdev->panel.timings.x_res,
dssdev->panel.timings.y_res/2);

regulator_enable(venc.vdda_dac_reg);
r = regulator_enable(venc.vdda_dac_reg);
if (r)
goto err;

if (dssdev->platform_enable)
dssdev->platform_enable(dssdev);
Expand Down

0 comments on commit 4d10621

Please sign in to comment.