diff options
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/hpfb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/hpfb.c b/drivers/video/hpfb.c index 91cf3b577d15..9ab9b839a0f5 100644 --- a/drivers/video/hpfb.c +++ b/drivers/video/hpfb.c | |||
@@ -295,6 +295,8 @@ static int __init hpfb_init_one(unsigned long phys_base, unsigned long virt_base | |||
295 | 295 | ||
296 | if (register_framebuffer(&fb_info) < 0) { | 296 | if (register_framebuffer(&fb_info) < 0) { |
297 | fb_dealloc_cmap(&fb_info.cmap); | 297 | fb_dealloc_cmap(&fb_info.cmap); |
298 | iounmap(fb_info.screen_base); | ||
299 | fb_info.screen_base = NULL; | ||
298 | return 1; | 300 | return 1; |
299 | } | 301 | } |
300 | 302 | ||