From: David Herrmann Date: Sun, 20 Oct 2013 16:55:43 +0000 (+0200) Subject: drm: cleanup debugfs in drm_unplug_minor() X-Git-Tag: v3.13-rc1~76^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865fb47f7f9aa1a1be2ce6a1d37af98f8d4a0d04;p=pandora-kernel.git drm: cleanup debugfs in drm_unplug_minor() There is no reason to delay debugfs-cleanup to drm_put_minor(). We should forbid any access to debugfs files once the device is dead. Chances they oops once a card was unplugged are very high, anyway. Signed-off-by: David Herrmann Signed-off-by: Dave Airlie --- Reading git-diff-tree failed