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)
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