From: Russell King - ARM Linux Date: Wed, 12 Feb 2014 22:38:17 +0000 (+0000) Subject: hostap: fix "hostap: proc: Use remove_proc_subtree()" X-Git-Tag: v3.14-rc4~30^2~5^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4885c8731a34eecf509822e089ce17bcd9bd4650;p=pandora-kernel.git hostap: fix "hostap: proc: Use remove_proc_subtree()" remove_proc_subtree() doesn't work here as local->ddev has already been removed, and NULLed out. Use proc_remove() instead. Signed-off-by: Russell King Tested-by: Russell King Signed-off-by: John W. Linville --- Reading git-diff-tree failed