The patch titled Revert "fbdev: atafb - add palette register check" has been removed from the -mm tree. Its filename was revert-fbdev-atafb-add-palette-register-check.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: Revert "fbdev: atafb - add palette register check" From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> This reverts commit 8546e3ce6e37c359979b69862442f94e0ef0e03b, as it's a partial duplicate of commit 2f390380ca69e1617cdddb12d8da94f0a9f4319d ("fbdev: add palette register check to several drivers"). The former went in first through the m68k tree, the latter through Andrew Morton. Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Acked-by: Krzysztof Helt <krzysztof.h1@xxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/atafb.c | 3 --- 1 file changed, 3 deletions(-) diff -puN drivers/video/atafb.c~revert-fbdev-atafb-add-palette-register-check drivers/video/atafb.c --- a/drivers/video/atafb.c~revert-fbdev-atafb-add-palette-register-check +++ a/drivers/video/atafb.c @@ -2242,9 +2242,6 @@ static int ext_setcolreg(unsigned int re if (!external_vgaiobase) return 1; - if (regno > 255) - return 1; - switch (external_card_type) { case IS_VGA: OUTB(0x3c8, regno); _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are revert-fbdev-atafb-add-palette-register-check.patch linux-next.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