commit | 4c84a8f1679f754d6080e49892f5cae2c88c91a8 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Fri Jan 22 14:22:54 2010 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jan 25 16:36:24 2010 -0500 |
tree | 3dd28d0fe728843b2fec4f05ca53c0b0f45b6dfe | |
parent | 158bea07c6017fa67bc0c64815ce5c3a998083dc [diff] |
iwlwifi: clean up debugfs code The debugfs code can be made a whole lot more efficient by using debugfs_remove_recursive(), the large chunk of variables can completely go away and by moving two variables we no longer need to allocate an extra chunk of memory. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>