From: Jason Stubbs Date: Sat, 28 May 2011 04:26:48 +0000 (+1000) Subject: drm/i915: fix regression after clock gating init split X-Git-Tag: v3.0-rc3~41^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95e0ee92d3a605de75a633dd2360700595d5a8ad;p=pandora-kernel.git drm/i915: fix regression after clock gating init split During the refactoring in revision 6067aaeadb5b3df26f27ac827256b1ef01e674f5, the intel_enable_clock_gating was split up into several functions that are then called indirectly. However, which function to call was not specified for the IS_PINEVIEW() case. This patch specifies the correct gating function. Signed-off-by: Jason Stubbs Reviewed-by: Jesse Barnes Signed-off-by: Keith Packard --- Reading git-diff-tree failed