projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa67f8
)
[PATCH] fbdev: Coverity Bug 85
author
Antonino A. Daplas
<adaplas@gmail.com>
Mon, 26 Jun 2006 07:26:43 +0000
(
00:26
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:30 +0000
(09:58 -0700)
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>
drivers/video/cfbimgblt.c
patch
|
blob
|
history
diff --git
a/drivers/video/cfbimgblt.c
b/drivers/video/cfbimgblt.c
index
8ba6152
..
ad8a89b
100644
(file)
--- 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;
}