From: Paulo Zanoni Date: Tue, 1 Apr 2014 22:39:47 +0000 (-0300) Subject: drm/i915: only check for irqs_disabled when disabling LCPLL X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~63^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9926ada1280767a039c4bc0f84549eb8f273c5de;p=pandora-kernel.git drm/i915: only check for irqs_disabled when disabling LCPLL Because if we keep the current code, we'll get tons of WARNs on Broadwell, since the code is Haswell-specific. We could have also added a Broadwell-specific code there, but it's not really needed since we never disable LCPLL with the hotplug interrupts still enabled. So keep the easy-and-simple-to-maintain solution until we actually need something else. Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed