From mboxrd@z Thu Jan 1 00:00:00 1970 From: zhong jiang Subject: Re: [PATCH] brcm80211: remove redundant condition check before debugfs_remove_recursive Date: Thu, 20 Sep 2018 20:25:56 +0800 Message-ID: <5BA391D4.20205@huawei.com> References: <1536761412-24932-1-git-send-email-zhongjiang@huawei.com> <20180920120709.5FE6960BF7@smtp.codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: , , , , , , , To: Kalle Valo Return-path: In-Reply-To: <20180920120709.5FE6960BF7@smtp.codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 2018/9/20 20:07, Kalle Valo wrote: > zhong jiang wrote: > >> 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 > It seems you already submitted an identical patch four days earlier: > > https://patchwork.kernel.org/patch/10593061/ > > Why the duplicate? Please ALWAYS add a changelog and increase the version number: I am sorry for that. Maybe I send the patch earlier, but I remeber I should forget to cc to netdev@vger.kernel.org and LMLK. So I repost it. Plese ingore the current patch. Sincerely, zhong jiang > https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches#changelog_missing >