ieee802154: remove unecessary condition check before debugfs_remove_recursive
authorzhong jiang <zhongjiang@huawei.com>
Sat, 8 Sep 2018 13:44:08 +0000 (21:44 +0800)
committerStefan Schmidt <stefan@datenfreihafen.org>
Fri, 21 Sep 2018 12:53:04 +0000 (14:53 +0200)
commit98e616fe7c94f9c787092b6364405d99bdf42153
tree7424d62769eb88da162db84bea69eb69d3e6c9b7
parent5b3686c7aaade973b8806dba4ecc99bec8c988f3
ieee802154: remove unecessary 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: Stefan Schmidt <stefan@datenfreihafen.org>
drivers/net/ieee802154/adf7242.c