From: Daniel Vetter Date: Thu, 9 Aug 2012 20:33:58 +0000 (+0200) Subject: drm/i915: don't grab dev->struct_mutex for userspace forcewak X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~61^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20d5a540e55a29daeef12706f9ee73baf5641c16;p=pandora-kernel.git drm/i915: don't grab dev->struct_mutex for userspace forcewak Since forcewake is now protected by a spinlock, we don't need to grab dev->struct_mutex any more. This way we can also get rid of a stale comment, noticed by Ben Widawsky while reviewing some locking changes. v2: Kill the unused variable ret, noticed by Fengguang Wu. Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed