commit | aad06d1104e8d5afee14ee4a4b9b3f39de0c9b67 | [log] [tgz] |
---|---|---|
author | zhong jiang <zhongjiang@huawei.com> | Sat Sep 08 21:53:42 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 11 23:02:08 2018 -0700 |
tree | f9b5495508c715a97a1e514c484b35b436ae8b89 | |
parent | 0527097ce81cad20529e4f2c37a092774d713d36 [diff] |
xen-netback: 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> Reviewed-by: Paul Durrant <paul.durrant@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>