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:
467b200
)
i915/intel_sdvo: remove unneeded null check
author
Dan Carpenter
<error27@gmail.com>
Fri, 7 May 2010 08:40:09 +0000
(10:40 +0200)
committer
Eric Anholt
<eric@anholt.net>
Wed, 26 May 2010 21:16:35 +0000
(14:16 -0700)
The "connector" variable is used as the cursor in a
list_for_each_entry() and it's always non-null so we don't need to check
it.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
No differences found