drm/i915: drop unnecessary check from fdi_link_train code
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 31 Oct 2012 21:52:28 +0000 (22:52 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 11 Nov 2012 22:51:30 +0000 (23:51 +0100)
commit8f5718a6d9a29bf1f51910c6b32bd0244f905303
treeb84b53f932db26c5e774736227f114c2cdc3d5cf
parent7fcb83cde02da2f0c7d7eb8ba2c51df24495c0a8
drm/i915: drop unnecessary check from fdi_link_train code

They are all written for a specific north disaplay->pch combination.
So stop pretending otherwise.

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c