Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43778
b: refs/heads/master
c: 9cf2014
h: refs/heads/master
v: v3
  • Loading branch information
Amol Lad authored and Linus Torvalds committed Dec 8, 2006
1 parent 2c3c831 commit 1f25c9b
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: e4bf051b4f3121c5abdde836b1429e4a4459adb4
refs/heads/master: 9cf2014aad58076aa22faacf27742d9610dea05d
3 changes: 3 additions & 0 deletions trunk/drivers/video/stifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,7 @@ stifb_init_fb(struct sti_struct *sti, int bpp_pref)
out_err2:
release_mem_region(fix->smem_start, fix->smem_len);
out_err1:
iounmap(info->screen_base);
fb_dealloc_cmap(&info->cmap);
out_err0:
kfree(fb);
Expand Down Expand Up @@ -1364,6 +1365,8 @@ stifb_cleanup(void)
unregister_framebuffer(sti->info);
release_mem_region(info->fix.mmio_start, info->fix.mmio_len);
release_mem_region(info->fix.smem_start, info->fix.smem_len);
if (info->screen_base)
iounmap(info->screen_base);
fb_dealloc_cmap(&info->cmap);
kfree(info);
}
Expand Down

0 comments on commit 1f25c9b

Please sign in to comment.