Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333547
b: refs/heads/master
c: b2f5976
h: refs/heads/master
i:
  333545: 71647a6
  333543: 75d88df
v: v3
  • Loading branch information
Tomi Valkeinen committed Sep 7, 2012
1 parent 241e93d commit f882524
Show file tree
Hide file tree
Showing 2 changed files with 8 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: b82fe7f025183897880771dd7cdf725ecc148ff2
refs/heads/master: b2f5976c109350977104f27211a7029ec67cd488
7 changes: 7 additions & 0 deletions trunk/drivers/video/omap2/dss/apply.c
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,13 @@ int dss_ovl_unset_manager(struct omap_overlay *ovl)
goto err;
}

spin_unlock_irqrestore(&data_lock, flags);

/* wait for pending extra_info updates to ensure the ovl is disabled */
wait_pending_extra_info_updates();

spin_lock_irqsave(&data_lock, flags);

op->channel = -1;

ovl->manager = NULL;
Expand Down

0 comments on commit f882524

Please sign in to comment.