From 08f20b5e07d17c36a6790fa8b0f2554b6735cf59 Mon Sep 17 00:00:00 2001 From: Marek Lindner Date: Sat, 26 Jun 2010 00:28:25 +0200 Subject: [PATCH] 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-format-patch failed