From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5DEF2C433F5 for ; Mon, 16 May 2022 10:50:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242763AbiEPKuU (ORCPT ); Mon, 16 May 2022 06:50:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35484 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235688AbiEPKuP (ORCPT ); Mon, 16 May 2022 06:50:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1BA94275F3; Mon, 16 May 2022 03:50:13 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4534B60F75; Mon, 16 May 2022 10:50:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A9106C34116; Mon, 16 May 2022 10:50:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652698212; bh=wRNyfCK/WPWxXzFGZ/xTULv4XtjZo+urdccl0BTZEcs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Qvk7CoITCK8k6Rvv66oS0vJI1OIpt1jvBuZoIOTP6hwbrAJaX62v7VqUP37uqcKuK TNSDpoOAS4RdJj6noC4/1yQVWURPhJPI2vfe9D4RtYcQAdpcQ/ql8iae04RFWlm9DH aSjzaTxEH+j1sxF6am6C4hGfr004nbEIUHANMIPbAU6ZZnT2yPsIk+OGSGHcILz018 0OfZ2T93ywBsFSzJD5my1DRk0mbQeoVlG1frCVeItnUuY4/IppRA5wYp89arYav4Q2 1nKceOJbgCwjHfZiqpd6LIHcTp40UKU5ZMZ9aIAC/A43n015blz3fKDiI+KValUC4o FjGak9qWh+azQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 9446EF03935; Mon, 16 May 2022 10:50:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] octeon_ep: delete unnecessary NULL check From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165269821259.15644.6055083761195107529.git-patchwork-notify@kernel.org> Date: Mon, 16 May 2022 10:50:12 +0000 References: <20220513072928.3713739-1-william.xuanziyang@huawei.com> In-Reply-To: <20220513072928.3713739-1-william.xuanziyang@huawei.com> To: Ziyang Xuan Cc: vburru@marvell.com, aayarekar@marvell.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Fri, 13 May 2022 15:29:28 +0800 you wrote: > vfree(NULL) is safe. NULL check before vfree() is not needed. > Delete them to simplify the code. > > Signed-off-by: Ziyang Xuan > --- > drivers/net/ethernet/marvell/octeon_ep/octep_main.c | 3 +-- > drivers/net/ethernet/marvell/octeon_ep/octep_rx.c | 3 +-- > drivers/net/ethernet/marvell/octeon_ep/octep_tx.c | 3 +-- > 3 files changed, 3 insertions(+), 6 deletions(-) Here is the summary with links: - [net-next] octeon_ep: delete unnecessary NULL check https://git.kernel.org/netdev/net-next/c/1dee43c2c6f1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html