From: Daniel Vetter Date: Thu, 27 Jun 2013 15:52:10 +0000 (+0200) Subject: drm/i915: assert_spin_locked for pipestat interrupt enable/disable X-Git-Tag: v3.12-rc1~136^2~165^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79480ba5074ae81d1c32073bce3981652e0f717;p=pandora-kernel.git drm/i915: assert_spin_locked for pipestat interrupt enable/disable Just to keep the paranoia equal also sprinkle locking asserts over the pipestat interrupt enable/disable functions. Again this results in false positives in the interrupt setup. Add bogo-locking for these and a big comment explaining why it's there and that it's indeed unnecessary. v2: Fix up the spelling fail Paulo spotted in comments. Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed