Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43779
b: refs/heads/master
c: 027b53d
h: refs/heads/master
i:
  43777: 2c3c831
  43775: 561312c
v: v3
  • Loading branch information
Amol Lad authored and Linus Torvalds committed Dec 8, 2006
1 parent 1f25c9b commit 01ecd1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 9cf2014aad58076aa22faacf27742d9610dea05d
refs/heads/master: 027b53dd92e3d1a23c56d85e006a9bb5e63314f9
4 changes: 3 additions & 1 deletion trunk/drivers/video/retz3fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1423,8 +1423,10 @@ int __init retz3fb_init(void)

do_install_cmap(0, fb_info);

if (register_framebuffer(fb_info) < 0)
if (register_framebuffer(fb_info) < 0) {
iounmap(zinfo->base);
return -EINVAL;
}

printk(KERN_INFO "fb%d: %s frame buffer device, using %ldK of "
"video memory\n", fb_info->node,
Expand Down

0 comments on commit 01ecd1f

Please sign in to comment.