From: Dan Carpenter Date: Fri, 7 May 2010 08:40:09 +0000 (+0200) Subject: i915/intel_sdvo: remove unneeded null check X-Git-Tag: v2.6.35-rc2~56^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90a78e8f60f679b0937011314a6cda39c7449d1d;p=pandora-kernel.git 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 Signed-off-by: Eric Anholt --- Reading git-diff-tree failed