Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43784
b: refs/heads/master
c: 1bedb0b
h: refs/heads/master
v: v3
  • Loading branch information
Amol Lad authored and Linus Torvalds committed Dec 8, 2006
1 parent d6e5ef3 commit 84d5e84
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: 164a765b9895f4f80f91cb7f1aab7539b3f8d335
refs/heads/master: 1bedb0b2f60dd858fd12e5dd5681fa5da55175f5
2 changes: 2 additions & 0 deletions trunk/drivers/video/hpfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ static int __init hpfb_init_one(unsigned long phys_base, unsigned long virt_base

if (register_framebuffer(&fb_info) < 0) {
fb_dealloc_cmap(&fb_info.cmap);
iounmap(fb_info.screen_base);
fb_info.screen_base = NULL;
return 1;
}

Expand Down

0 comments on commit 84d5e84

Please sign in to comment.