drm/i915: Simplify return value from intel_get_load_detect_pipe
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 19 Apr 2011 22:10:58 +0000 (23:10 +0100)
committerKeith Packard <keithp@keithp.com>
Tue, 10 May 2011 20:19:13 +0000 (13:19 -0700)
... and so remove the confusion as to whether to use the returned crtc
or intel_encoder->base.crtc with the subsequent load-detection. Even
though they were the same, the two instances of load-detection code
disagreed over which was the more correct.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found