i915/intel_sdvo: remove unneeded null check
authorDan Carpenter <error27@gmail.com>
Fri, 7 May 2010 08:40:09 +0000 (10:40 +0200)
committerEric Anholt <eric@anholt.net>
Wed, 26 May 2010 21:16:35 +0000 (14:16 -0700)
commit90a78e8f60f679b0937011314a6cda39c7449d1d
tree927a07e02176fbcca773a65436cb17097e930a1d
parent467b200da78c56036e58850a7f27902937d506f7
i915/intel_sdvo: remove unneeded null check

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>
drivers/gpu/drm/i915/intel_sdvo.c