Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43782
b: refs/heads/master
c: f190017
h: refs/heads/master
v: v3
  • Loading branch information
Amol Lad authored and Linus Torvalds committed Dec 8, 2006
1 parent e5456ad commit 6c25d59
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 2b7574da255fef27cdb294e19bea26d911443511
refs/heads/master: f190017b889c45364576396a3bfa32acbb16bf2b
3 changes: 3 additions & 0 deletions trunk/drivers/video/offb.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ static void __init offb_init_fb(const char *name, const char *full_name,
fb_alloc_cmap(&info->cmap, 256, 0);

if (register_framebuffer(info) < 0) {
iounmap(par->cmap_adr);
par->cmap_adr = NULL;
iounmap(info->screen_base);
kfree(info);
release_mem_region(res_start, res_size);
return;
Expand Down

0 comments on commit 6c25d59

Please sign in to comment.