The patch titled offb: the pseudo_palette is only 16 elements long has been removed from the -mm tree. Its filename was offb-the-pseudo_palette-is-only-16-elements-long.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: offb: the pseudo_palette is only 16 elements long From: "Antonino A. Daplas" <adaplas@xxxxxxxxx> The pseudo_palette is only 16 elements long. Signed-off-by: Antonino Daplas <adaplas@xxxxxxxxx> Acked-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/offb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/offb.c~offb-the-pseudo_palette-is-only-16-elements-long drivers/video/offb.c --- a/drivers/video/offb.c~offb-the-pseudo_palette-is-only-16-elements-long +++ a/drivers/video/offb.c @@ -271,7 +271,7 @@ static void __init offb_init_fb(const ch return; } - size = sizeof(struct fb_info) + sizeof(u32) * 17; + size = sizeof(struct fb_info) + sizeof(u32) * 16; info = kmalloc(size, GFP_ATOMIC); _ Patches currently in -mm which might be from adaplas@xxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html