]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/i915: Remove the redundant check for a fixed_panel_mode
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 17 Jul 2010 12:38:43 +0000 (13:38 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 2 Aug 2010 02:35:16 +0000 (19:35 -0700)
commit71677043350874c55f60dce06a03ab61e3af6e93
treecc7e22c3b1db5313b4ae4509326cbaee4d74d2d6
parent4f444071702bf0b76cfb381150cf0fc8cacdc931
drm/i915: Remove the redundant check for a fixed_panel_mode

We already checked just a couple of lines above that we have found a
fixed_panel_mode for the LVDS, so remove the surplus check.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_lvds.c