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 602F5C433EF for ; Wed, 18 May 2022 00:50:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232902AbiERAu0 (ORCPT ); Tue, 17 May 2022 20:50:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232680AbiERAuP (ORCPT ); Tue, 17 May 2022 20:50:15 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CEEF4F473; Tue, 17 May 2022 17:50:14 -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 ams.source.kernel.org (Postfix) with ESMTPS id 2E6F0B81D9E; Wed, 18 May 2022 00:50:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id D05D5C34116; Wed, 18 May 2022 00:50:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652835011; bh=jsiL5avFp8i3OqPabbhTHKKKZ+7l1rs3LYu3KC/SPjY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=XiBZ0lqHis3ataO5ucJJGXTDvLuhHHsNej+sVtyeKSGWK0yk1YeIMvk1p6+4eeNBz N3XBFm95N+gmc15Rq8hXL3gtns3BQS0K00hQfwfm3sDuTIDj33RC420I1TPBOPf9jt JI604WOgQy6fEY5Eblrpmf5cQyfyC2iLseYin56uguiYpeEaBIkljhpE3iBRHg1nzf IuUmvFJeS3VXLoEUHbl97kOvBOnoqEQFThlSj7OLl7/de0g6A3z2+sZGspwicUVVnA EuA8/w4lZyI4bRVfKPfwxQSE1puMY1R69+o40iYve6mLUdn7EHLnIbBnBRw9sKypVH rvf4smyz87vhg== 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 AAB62F0383D; Wed, 18 May 2022 00:50:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: thunderx: remove null check after call container_of() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165283501169.24421.7370839747235239114.git-patchwork-notify@kernel.org> Date: Wed, 18 May 2022 00:50:11 +0000 References: <1652696212-17516-1-git-send-email-baihaowen@meizu.com> In-Reply-To: <1652696212-17516-1-git-send-email-baihaowen@meizu.com> To: Haowen Bai Cc: sgoutham@marvell.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-arm-kernel@lists.infradead.org, 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 Jakub Kicinski : On Mon, 16 May 2022 18:16:52 +0800 you wrote: > container_of() will never return NULL, so remove useless code. > > Signed-off-by: Haowen Bai > --- > drivers/net/ethernet/cavium/thunder/nicvf_main.c | 3 --- > 1 file changed, 3 deletions(-) Here is the summary with links: - net: thunderx: remove null check after call container_of() https://git.kernel.org/netdev/net-next/c/ab4d6357c95f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html