From: Chris Wilson Date: Thu, 24 Feb 2011 09:42:52 +0000 (+0000) Subject: drm/i915: Fix unintended recursion in ironlake_disable_rc6 X-Git-Tag: v2.6.38-rc7~37^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=995073072c2ae72255b595b192cc63f43fd386ef;p=pandora-kernel.git drm/i915: Fix unintended recursion in ironlake_disable_rc6 After disabling, we're meant to teardown the bo used for the contexts, not recurse into ourselves again and preventing module unload. Reported-and-tested-by: Ben Widawsky Signed-off-by: Chris Wilson --- Reading git-diff-tree failed