From: Keith Packard Date: Mon, 4 Oct 2010 02:36:26 +0000 (-0700) Subject: drm/i915: avoid struct mutex output_poll mutex lock loop on unload X-Git-Tag: v2.6.37-rc1~92^2~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f87ea7613126ace98c0cb8b86f58e16a0e539375;p=pandora-kernel.git drm/i915: avoid struct mutex output_poll mutex lock loop on unload Cancel the output polling work proc before acquiring the struct mutex to avoid acquiring the work proc mutex with the struct mutex held. This avoids inverting the lock order seen when the work proc runs. Signed-off-by: Keith Packard Signed-off-by: Chris Wilson --- Reading git-diff-tree failed