commit | 0527097ce81cad20529e4f2c37a092774d713d36 | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Sat Sep 08 21:35:06 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 11 23:01:33 2018 -0700 |
tree | 67c0f3b03a35e02a914324307f253ec6f6166353 | |
parent | f973b76888aa897f799153ba1b3026a8dcc2d221 [diff] |
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>