aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/b43
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-18 18:33:09 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-21 20:46:37 +0200
commit2435628e5611fe20aa7431fc95214ac0fd087d58 (patch)
tree3f0362fb677c2f62e0059ba2c45d4d1bdd17b5b0 /drivers/net/wireless/broadcom/b43
parentdrm/i915/gvt: remove local storage of debugfs file (diff)
downloadlinux-dev-2435628e5611fe20aa7431fc95214ac0fd087d58.tar.xz
linux-dev-2435628e5611fe20aa7431fc95214ac0fd087d58.zip
b43legacy: don't save dentries for debugfs
There is no need to keep around the dentry pointers for the debugfs files as they will all be automatically removed when the subdir is removed. So save the space and logic involved in keeping them around by just getting rid of them entirely. By doing this change, we remove one of the last in-kernel user that was storing the result of debugfs_create_bool(), so that api can be cleaned up. Cc: Larry Finger <Larry.Finger@lwfinger.net> Cc: Kalle Valo <kvalo@codeaurora.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Cc: linux-wireless@vger.kernel.org Cc: b43-dev@lists.infradead.org Cc: netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org Acked-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20210518163309.3702100-1-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/wireless/broadcom/b43')
0 files changed, 0 insertions, 0 deletions