aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/amifb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/amifb.c b/drivers/video/amifb.c
index 05a328c11a8b..45c154ade9ca 100644
--- a/drivers/video/amifb.c
+++ b/drivers/video/amifb.c
@@ -2383,6 +2383,9 @@ default_chipset:
2383 goto amifb_error; 2383 goto amifb_error;
2384 } 2384 }
2385 2385
2386 fb_videomode_to_modelist(ami_modedb, NUM_TOTAL_MODES,
2387 &fb_info.modelist);
2388
2386 round_down_bpp = 0; 2389 round_down_bpp = 0;
2387 chipptr = chipalloc(fb_info.fix.smem_len+ 2390 chipptr = chipalloc(fb_info.fix.smem_len+
2388 SPRITEMEMSIZE+ 2391 SPRITEMEMSIZE+