drm/i915: invert the log inside intel_prepare_ddi
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 23 Nov 2012 18:46:41 +0000 (16:46 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 29 Nov 2012 13:59:12 +0000 (14:59 +0100)
Do an early return in case we don't have DDI instead of having the
whole function inside an "if" statement.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found