net: xenbus: remove redundant condition check before debugfs_remove_recursive
authorzhong jiang <zhongjiang@huawei.com>
Sat, 8 Sep 2018 13:35:06 +0000 (21:35 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Sep 2018 06:01:33 +0000 (23:01 -0700)
commit0527097ce81cad20529e4f2c37a092774d713d36
tree67c0f3b03a35e02a914324307f253ec6f6166353
parentf973b76888aa897f799153ba1b3026a8dcc2d221
net: xenbus: remove redundant condition check before debugfs_remove_recursive

debugfs_remove_recursive has taken the IS_ERR_OR_NULL into account. Just
remove the unnecessary condition check.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netback/xenbus.c