From 769ea33145b5f4c1f0d07e1d4db0121c4b98f81f Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Mon, 21 Nov 2011 21:53:53 +0100 Subject: [PATCH] fbdev/amifb: Fix double free Signed-off-by: Geert Uytterhoeven Signed-off-by: Florian Tobias Schandinat --- drivers/video/amifb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/amifb.c b/drivers/video/amifb.c index 72454c738144..39d211ad164d 100644 --- a/drivers/video/amifb.c +++ b/drivers/video/amifb.c @@ -2464,7 +2464,6 @@ static void amifb_deinit(struct platform_device *pdev) { if (fb_info.cmap.len) fb_dealloc_cmap(&fb_info.cmap); - fb_dealloc_cmap(&fb_info.cmap); chipfree(); if (videomemory) iounmap((void *)videomemory); -- 2.34.1