Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105181
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- drivers/video/vesafb-tng.c.orig     2005-09-06 16:31:22.000000000 -0600
0
++ drivers/video/vesafb-tng.c  2005-09-07 14:18:07.000000000 -0600
Lines 1177-1183 Link Here
1177
               sprintf(entry, "fb%d", vesafb_info->node);
1177
               sprintf(entry, "fb%d", vesafb_info->node);
1178
               remove_proc_entry(entry, NULL);
1178
               remove_proc_entry(entry, NULL);
1179
               iounmap(info->screen_base);
1179
               iounmap(vesafb_info->screen_base);
1180
               release_mem_region(vesafb_info->fix.smem_start, vesafb_info->fix.smem_len);
1180
               release_mem_region(vesafb_info->fix.smem_start, vesafb_info->fix.smem_len);
1181
               fb_dealloc_cmap(&vesafb_info->cmap);
1181
               fb_dealloc_cmap(&vesafb_info->cmap);
1182
               framebuffer_release(vesafb_info);
1182
               framebuffer_release(vesafb_info);

Return to bug 105181