Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information