Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371342
b: refs/heads/master
c: 77ec05d
h: refs/heads/master
v: v3
  • Loading branch information
Archit Taneja authored and Tomi Valkeinen committed Apr 3, 2013
1 parent 78caf95 commit 6f56198
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: af9f6c35563079cb0ea9b429983914cd4e2c24f3
refs/heads/master: 77ec05d06fa8a6da65f104382b1026e413119df6
9 changes: 0 additions & 9 deletions trunk/drivers/video/omap2/dss/venc.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,10 +519,6 @@ int omapdss_venc_display_enable(struct omap_dss_device *dssdev)
goto err0;
}

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


r = venc_power_on(dssdev);
if (r)
goto err1;
Expand All @@ -533,8 +529,6 @@ int omapdss_venc_display_enable(struct omap_dss_device *dssdev)

return 0;
err1:
if (dssdev->platform_disable)
dssdev->platform_disable(dssdev);
omap_dss_stop_device(dssdev);
err0:
mutex_unlock(&venc.venc_lock);
Expand All @@ -551,9 +545,6 @@ void omapdss_venc_display_disable(struct omap_dss_device *dssdev)

omap_dss_stop_device(dssdev);

if (dssdev->platform_disable)
dssdev->platform_disable(dssdev);

mutex_unlock(&venc.venc_lock);
}

Expand Down

0 comments on commit 6f56198

Please sign in to comment.