From: "Antonino A. Daplas" It's a false positive, but let's suppress it anyway. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton --- drivers/video/cfbimgblt.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/video/cfbimgblt.c~fbdev-coverity-bug-85 drivers/video/cfbimgblt.c --- 25/drivers/video/cfbimgblt.c~fbdev-coverity-bug-85 Tue May 9 12:53:35 2006 +++ 25-akpm/drivers/video/cfbimgblt.c Tue May 9 12:53:35 2006 @@ -230,6 +230,7 @@ static inline void fast_imageblit(const tab = cfb_tab16; break; case 32: + default: tab = cfb_tab32; break; } _