The patch titled fbdev: Coverity Bug 85 has been removed from the -mm tree. Its filename is fbdev-coverity-bug-85.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: fbdev: Coverity Bug 85 From: "Antonino A. Daplas" <adaplas@xxxxxxxxx> It's a false positive, but let's suppress it anyway. Signed-off-by: Antonino Daplas <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/video/cfbimgblt.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/video/cfbimgblt.c~fbdev-coverity-bug-85 drivers/video/cfbimgblt.c --- a/drivers/video/cfbimgblt.c~fbdev-coverity-bug-85 +++ a/drivers/video/cfbimgblt.c @@ -230,6 +230,7 @@ static inline void fast_imageblit(const tab = cfb_tab16; break; case 32: + default: tab = cfb_tab32; break; } _ 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