From: Marek Lindner Date: Fri, 25 Jun 2010 22:28:25 +0000 (+0200) Subject: Staging: batman-adv: fix early debugfs deinitialization X-Git-Tag: v2.6.36-rc1~520^2~1^2~299 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f20b5e07d17c36a6790fa8b0f2554b6735cf59;p=pandora-kernel.git Staging: batman-adv: fix early debugfs deinitialization The debugfs files are initialized at load time only but would get deinitialized when the module changed in it deactivate (sleeping) state. As a consequence the debugfs files are not accessible anymore. Signed-off-by: Marek Lindner Signed-off-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed