From: Daniel Vetter Date: Thu, 29 Nov 2012 14:59:34 +0000 (+0100) Subject: drm/i915: WARN on !crtc in intel_dp_link_down X-Git-Tag: v3.9-rc1~83^2~40^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff50afe9aceb6264a4fbe40459da75170fb9a2a2;p=pandora-kernel.git drm/i915: WARN on !crtc in intel_dp_link_down This could have happened with the old crtc helper based modeset code, but can't happen any longer with the new code. Hence put in a WARN and adjust the comment. If no one hits this, we can eventually remove it (like a few other such cases across our code). Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed