git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fffda91
)
[PATCH] drivers/video/s3fb.c: fix a use-before-check
author
Adrian Bunk
<bunk@stusta.de>
Thu, 22 Mar 2007 08:11:16 +0000
(
00:11
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 23 Mar 2007 02:39:05 +0000
(19:39 -0700)
NULL checks should be before the first dereference.
Spotted by the Coverity checker.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Ondrej Zajicek <santiago@crfreenet.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found