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:
161c481
)
drm: move dereference below check
author
Dan Carpenter
<error27@gmail.com>
Thu, 19 Aug 2010 09:46:29 +0000
(11:46 +0200)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 19 Aug 2010 22:48:44 +0000
(08:48 +1000)
"fb_helper_conn" is dereferenced before the check for NULL. It's never
actually NULL here, so this is mostly to keep the static checkers happy.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found