commit | 4885c8731a34eecf509822e089ce17bcd9bd4650 | [log] [tgz] |
---|---|---|
author | Russell King - ARM Linux <linux@arm.linux.org.uk> | Wed Feb 12 22:38:17 2014 +0000 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Feb 13 14:58:12 2014 -0500 |
tree | e500eed19ac2225ca3138e0ab5eae404c703ae79 | |
parent | b6213e413a4e0c66548153516b074df14f9d08e0 [diff] |
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 <rmk+kernel@arm.linux.org.uk> Tested-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: John W. Linville <linville@tuxdriver.com>