Skip to content
Commit 4885c873 authored by Russell King - ARM Linux's avatar Russell King - ARM Linux Committed by John W. Linville
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Tested-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b6213e41
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment