]> git.baikalelectronics.ru Git - kernel.git/commit
brcm80211: remove redundant condition check before debugfs_remove_recursive
authorzhong jiang <zhongjiang@huawei.com>
Sat, 8 Sep 2018 13:40:43 +0000 (21:40 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 20 Sep 2018 12:10:16 +0000 (15:10 +0300)
commitd39b15f6f7562e8f068a59b19768b33186d8fb02
treeb2d2e172018e17196730a002a091150759df6b56
parent2407254231f0eec74a52abf7116a823ccb3d8214
brcm80211: remove redundant condition check before debugfs_remove_recursive

debugfs_remove_recursive has taken IS_ERR_OR_NULL into account. So just
remove the condition check before debugfs_remove_recursive.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmsmac/debug.c