Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43775
b: refs/heads/master
c: b88a57c
h: refs/heads/master
i:
  43773: 0a8ad94
  43771: 238d7c5
  43767: b761b81
  43759: 1ce831c
  43743: 4042183
  43711: 79affa7
  43647: f6df9bc
  43519: 8519d90
v: v3
  • Loading branch information
Amol Lad authored and Linus Torvalds committed Dec 8, 2006
1 parent bdbcb4c commit 561312c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ef26dd7ffa305382aabcd95fd574d01808a65c41
refs/heads/master: b88a57cc645c59a3652f391f8069b15d42ac0762
2 changes: 2 additions & 0 deletions trunk/drivers/video/vesafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ static int __init vesafb_probe(struct platform_device *dev)
info->node, info->fix.id);
return 0;
err:
if (info->screen_base)
iounmap(info->screen_base);
framebuffer_release(info);
release_mem_region(vesafb_fix.smem_start, size_total);
return err;
Expand Down

0 comments on commit 561312c

Please sign in to comment.