Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284954
b: refs/heads/master
c: e70f98a
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Dec 2, 2011
1 parent d7b6a78 commit e275723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: f1577ce18004337ec2f6f48109ca14cac10a0a4f
refs/heads/master: e70f98acaa84ec9ad55e544d0dc8b2d0a36bbeca
9 changes: 1 addition & 8 deletions trunk/drivers/video/omap2/dss/apply.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,16 +688,11 @@ static void omap_dss_mgr_apply_mgr(struct omap_overlay_manager *mgr)

int omap_dss_mgr_apply(struct omap_overlay_manager *mgr)
{
int r;
unsigned long flags;
struct omap_overlay *ovl;

DSSDBG("omap_dss_mgr_apply(%s)\n", mgr->name);

r = dispc_runtime_get();
if (r)
return r;

spin_lock_irqsave(&data_lock, flags);

/* Configure overlays */
Expand All @@ -711,9 +706,7 @@ int omap_dss_mgr_apply(struct omap_overlay_manager *mgr)

spin_unlock_irqrestore(&data_lock, flags);

dispc_runtime_put();

return r;
return 0;
}

static void dss_apply_ovl_enable(struct omap_overlay *ovl, bool enable)
Expand Down

0 comments on commit e275723

Please sign in to comment.