Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321036
b: refs/heads/master
c: 0c75c4e
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart committed Jul 19, 2012
1 parent 40aa406 commit 74a26ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: 239921ec1d969e904676f444a92e6d68a928d98c
refs/heads/master: 0c75c4e073a8ec35bfd6c8adcceb2b896f2063e2
7 changes: 5 additions & 2 deletions trunk/drivers/video/sh_mobile_lcdcfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2444,8 +2444,11 @@ static int sh_mobile_lcdc_remove(struct platform_device *pdev)
}

for (i = 0; i < ARRAY_SIZE(priv->ch); i++) {
if (priv->ch[i].bl)
sh_mobile_lcdc_bl_remove(priv->ch[i].bl);
struct sh_mobile_lcdc_chan *ch = &priv->ch[i];

if (ch->bl)
sh_mobile_lcdc_bl_remove(ch->bl);
mutex_destroy(&ch->open_lock);
}

if (priv->dot_clk) {
Expand Down

0 comments on commit 74a26ae

Please sign in to comment.