The patch titled atyfb: kill dead code has been added to the -mm tree. Its filename is atyfb-kill-dead-code.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: atyfb: kill dead code From: "Antonino A. Daplas" <adaplas@xxxxxxxxx> Coverity Bug 68, kill dead code. Signed-off-by: Antonino Daplas <adaplas@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/aty/atyfb_base.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/video/aty/atyfb_base.c~atyfb-kill-dead-code drivers/video/aty/atyfb_base.c --- a/drivers/video/aty/atyfb_base.c~atyfb-kill-dead-code +++ a/drivers/video/aty/atyfb_base.c @@ -2332,6 +2332,7 @@ static int __devinit aty_init(struct fb_ case DAC_IBMRGB514: par->dac_ops = &aty_dac_ibm514; break; +#ifdef CONFIG_ATARI case DAC_ATI68860_B: case DAC_ATI68860_C: par->dac_ops = &aty_dac_ati68860b; @@ -2340,6 +2341,7 @@ static int __devinit aty_init(struct fb_ case DAC_ATT21C498: par->dac_ops = &aty_dac_att21c498; break; +#endif default: PRINTKI("aty_init: DAC type not implemented yet!\n"); par->dac_ops = &aty_dac_unsupported; _ Patches currently in -mm which might be from adaplas@xxxxxxxxx are patch-maintainers-update-email-address.patch atyfb-fix-kconfig-error.patch fbdev-add-ultrasharp-uxga-to-broken-monitor-database.patch intelfb-fix-ring-space-calculation.patch nvidiafb-bring-back-generic-ddc-reading.patch fbdev-ignore-vesa-modes-if-framebuffer-is-disabled.patch fbdev-fix-obvious-bug-in-show_pan.patch neofb-fill-transp-msb_right-with-the-correct.patch atyfb-kill-dead-code.patch fbdev-mm-deferred-io-support.patch fbdev-hecuba-framebuffer-driver.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