Skip to content

Commit

Permalink
[PATCH] fbdev: Coverity Bug 85
Browse files Browse the repository at this point in the history
It's a false positive, but let's suppress it anyway.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Jun 26, 2006
1 parent 0fa67f8 commit 8126a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/cfbimgblt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8126a04

Please sign in to comment.