From: Antonino A. Daplas Date: Mon, 26 Jun 2006 07:26:43 +0000 (-0700) Subject: [PATCH] fbdev: Coverity Bug 85 X-Git-Tag: v2.6.18-rc1~702 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=8126a044f9e686f4ecf95e32fd89ad1dd48b4183;p=powerpc.git [PATCH] fbdev: Coverity Bug 85 It's a false positive, but let's suppress it anyway. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/cfbimgblt.c b/drivers/video/cfbimgblt.c index 8ba6152db2..ad8a89bf8e 100644 --- a/drivers/video/cfbimgblt.c +++ b/drivers/video/cfbimgblt.c @@ -230,6 +230,7 @@ static inline void fast_imageblit(const struct fb_image *image, struct fb_info * tab = cfb_tab16; break; case 32: + default: tab = cfb_tab32; break; }