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:
90a78e8
)
i915: remove unneeded null checks
author
Dan Carpenter
<error27@gmail.com>
Fri, 7 May 2010 08:39:00 +0000
(10:39 +0200)
committer
Eric Anholt
<eric@anholt.net>
Wed, 26 May 2010 21:16:52 +0000
(14:16 -0700)
The "encoder" variable can never be null because it is used as loop
cursor in a list_for_each_entry() loop.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
No differences found