From: Daniel Vetter Date: Wed, 25 Jan 2012 12:52:43 +0000 (+0100) Subject: drm/i915: fixup forcewake spinlock fallout in drpc debugfs function X-Git-Tag: v3.3-rc2~20^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93b525dccf212e50a895792d79d64bdb53312f5c;p=pandora-kernel.git drm/i915: fixup forcewake spinlock fallout in drpc debugfs function My forcewake spinlock patches have a functional conflict with Ben Widawsky's gen6 drpc support for debugfs. Result was a benign warning about trying to read an non-atomic variabla with atomic_read. Note that the entire check is racy anyway and purely informational. Also update it to reflect the forcewake voodoo changes, the kernel can now also hold onto a forcewake reference for longer times. Signed-Off-by: Daniel Vetter Reviewed-by: Ben Widawsky Signed-off-by: Keith Packard --- Reading git-diff-tree failed