From: Sean MacLennan Date: Tue, 9 Apr 2013 01:18:06 +0000 (-0400) Subject: The rtl8192e procfs-based debug interface seems very broken X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~74^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f56e2947be4585fd35627b4b778c582ca7fb5b03;p=pandora-kernel.git The rtl8192e procfs-based debug interface seems very broken The procfs debug code in rtl_debug.c is, ironically, very buggy: it lacks proper locking. Since the most useful part of the code (the stats) are available through more standard APIs, I think it is best to just delete the whole mess. Signed-off-by: Sean MacLennan Signed-off-by: Al Viro --- Reading git-diff-tree failed