From: Daniel Vetter Date: Wed, 16 Oct 2013 20:55:51 +0000 (+0200) Subject: drm/i915: fix CRC debugfs setup X-Git-Tag: v3.13-rc1~76^2~68^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e309a9977087fa0f2cb16d0a0790f7c05ccb5171;p=pandora-kernel.git drm/i915: fix CRC debugfs setup We've set up all files, but removed only those for which we have a pipe. Which leaves the one for pipe C on machines with less than 2 pipes, breaking module reload. v2: We can't get at the drm device this early (wtf), so just register all the files and also remove them all again. Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed