From: Daniel Vetter Date: Thu, 29 May 2014 21:27:00 +0000 (+0200) Subject: drm/i915: Drop locking around fbdev-fb in debugfs X-Git-Tag: cleanup-for-v3.18~84^2~63^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75e2acf24ab5e4bbf6a19b0f5460456ea16a2e5d;p=pandora-kernel.git drm/i915: Drop locking around fbdev-fb in debugfs All the date we print is invariant for the lifetime of the driver. And none of it would be protected by the mode_config.mutex anyway. So drop it. Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed