From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: xenbus: remove redundant condition check before debugfs_remove_recursive Date: Tue, 11 Sep 2018 23:01:45 -0700 (PDT) Message-ID: <20180911.230145.1517187819257402271.davem@davemloft.net> References: <1536413706-31838-1-git-send-email-zhongjiang@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: paul.durrant@citrix.com, wei.liu2@citrix.com, xen-devel@lists.xenproject.org, netdev@vger.kernel.org To: zhongjiang@huawei.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:56998 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725958AbeILLEk (ORCPT ); Wed, 12 Sep 2018 07:04:40 -0400 In-Reply-To: <1536413706-31838-1-git-send-email-zhongjiang@huawei.com> Sender: netdev-owner@vger.kernel.org List-ID: From: zhong jiang Date: Sat, 8 Sep 2018 21:35:06 +0800 > debugfs_remove_recursive has taken the IS_ERR_OR_NULL into account. Just > remove the unnecessary condition check. > > Signed-off-by: zhong jiang Applied to net-next.