wl1271: use debugfs_remove_recursive
authorEliad Peller <eliad@wizery.com>
Wed, 24 Nov 2010 10:53:15 +0000 (12:53 +0200)
committerLuciano Coelho <luciano.coelho@nokia.com>
Thu, 2 Dec 2010 14:16:52 +0000 (16:16 +0200)
commit7cb2cea9f0f207f819db9823413fa263175b6230
tree34812b3d18a54e9a4320d8699fc046ff43c1cfb5
parent2f6724b24525fc989c0707974b23d96b36132385
wl1271: use debugfs_remove_recursive

Documentation/filesystems/debugfs.txt:
"""
Once upon a time, debugfs users were required to remember the dentry pointer
for every debugfs file they created so that all files could be cleaned up.
We live in more civilized times now, though, and debugfs users can call:

    void debugfs_remove_recursive(struct dentry *dentry);
"""

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
drivers/net/wireless/wl12xx/debugfs.c
drivers/net/wireless/wl12xx/wl12xx.h