Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253131
b: refs/heads/master
c: 609d3bb
h: refs/heads/master
i:
  253129: dbf8ad1
  253127: f5dbb6e
v: v3
  • Loading branch information
Julia Lawall authored and Paul Mundt committed Jun 2, 2011
1 parent d0a38ad commit fff6c54
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 70f289db31502ac030049450e63d380f3bc30cd2
refs/heads/master: 609d3bbf044a6766f6505d8a29d4ed48020c014c
4 changes: 2 additions & 2 deletions trunk/drivers/video/imxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -856,10 +856,10 @@ static int __init imxfb_probe(struct platform_device *pdev)
dma_free_writecombine(&pdev->dev,fbi->map_size,fbi->map_cpu,
fbi->map_dma);
failed_map:
clk_put(fbi->clk);
failed_getclock:
iounmap(fbi->regs);
failed_ioremap:
clk_put(fbi->clk);
failed_getclock:
release_mem_region(res->start, resource_size(res));
failed_req:
kfree(info->pseudo_palette);
Expand Down

0 comments on commit fff6c54

Please sign in to comment.