Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43787
b: refs/heads/master
c: d02abed
h: refs/heads/master
i:
  43785: f455b33
  43783: d6e5ef3
v: v3
  • Loading branch information
Amol Lad authored and Linus Torvalds committed Dec 8, 2006
1 parent 7a5b7a2 commit 481a438
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: 8d4c767ef56473b68a601274612d604c8c334dc9
refs/heads/master: d02abed8aa6bd37abcd802de64a63ed2af5e18ff
2 changes: 2 additions & 0 deletions trunk/drivers/video/cyberfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,8 @@ int __init cyberfb_init(void)

if (register_framebuffer(&fb_info) < 0) {
DPRINTK("EXIT - register_framebuffer failed\n");
if (CyberBase)
iounmap(CyberBase);
release_mem_region(CyberMem_phys, 0x400000);
release_mem_region(CyberRegs_phys, 0x10000);
return -EINVAL;
Expand Down

0 comments on commit 481a438

Please sign in to comment.