X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Foffb.c;h=452433d469738cd203115d7fa3779a239f476120;hb=bc84e0a160e383deb56568f4e03bc51b1ce16775;hp=885b42836cbb31f81b142154305fc90b335c5d18;hpb=9028780a3e6d2c3dd940e89b377765cca008b6df;p=linux-2.6 diff --git a/drivers/video/offb.c b/drivers/video/offb.c index 885b42836c..452433d469 100644 --- a/drivers/video/offb.c +++ b/drivers/video/offb.c @@ -271,7 +271,7 @@ static void __init offb_init_fb(const char *name, const char *full_name, return; } - size = sizeof(struct fb_info) + sizeof(u32) * 17; + size = sizeof(struct fb_info) + sizeof(u32) * 16; info = kmalloc(size, GFP_ATOMIC);