From: David Matlack Date: Tue, 6 May 2014 04:02:34 +0000 (-0700) Subject: staging: slicoss: remove gratuitous debug infrastructure X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~566 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04cc3c8a8013ea966e4623e0f20ba49529eac2ab;p=pandora-kernel.git staging: slicoss: remove gratuitous debug infrastructure As per the TODO file, this patch removes the gratuitous debug infrastructure. As an extra incentive for removing this code, the debugfs files are not cleaned up properly. For example, if register_netdev() fails in slic_entry_probe() then all debugfs files get left behind, even after the driver module is unloaded. Touching these files quickly leads to an oops. Signed-off-by: David Matlack Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed