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 X-Spam-Level: X-Spam-Status: No, score=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC263C47086 for ; Tue, 25 May 2021 23:00:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B0A8361413 for ; Tue, 25 May 2021 23:00:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232152AbhEYXB4 (ORCPT ); Tue, 25 May 2021 19:01:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:33030 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231975AbhEYXBl (ORCPT ); Tue, 25 May 2021 19:01:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 433696140E; Tue, 25 May 2021 23:00:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1621983611; bh=t8mI7nd3/c+LUAn/kNBwCn2TZ1j6oqv0FLryb5/BiiI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=MtKaU5tn+1QF+sbd9NQJtQgdKesz/+HBYxUoJRppHXzGyQY2vQqIqDWcyHw+U/SXM FzRPKZ9OR+a8RgrleKbETUSV1OzF6qVfDT5U1Umkch6inmPta8uVbXQmAIXhCuQQrM nzyP0ATP0QvnRzqfuZCz8CV1K25rY0/8oGyjInegO0I/U0GKBHaFCe4loyY7SCfDxQ clwmxNj+Ic9vXiC6dhPA6smuuM088Ds5dT5zQR48E/T5qkUnX/1JTjlKDrwZ1TUIe2 P46K/QKaYQAl098tq4uuMTm27z7w2ZIYA+HZ1+1gpLJ9tG5nz+Ehjp4zpSaG0zC3Wo lLendjCqtXZuQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] bnx2x: Fix missing error code in bnx2x_iov_init_one() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162198361120.32227.5676133295102110757.git-patchwork-notify@kernel.org> Date: Tue, 25 May 2021 23:00:11 +0000 References: <1621940412-73333-1-git-send-email-jiapeng.chong@linux.alibaba.com> In-Reply-To: <1621940412-73333-1-git-send-email-jiapeng.chong@linux.alibaba.com> To: Jiapeng Chong Cc: aelior@marvell.com, skalluru@marvell.com, GR-everest-linux-l2@marvell.com, davem@davemloft.ne, kuba@kernel.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.git (refs/heads/master): On Tue, 25 May 2021 19:00:12 +0800 you wrote: > Eliminate the follow smatch warning: > > drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c:1227 > bnx2x_iov_init_one() warn: missing error code 'err'. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Chong > > [...] Here is the summary with links: - bnx2x: Fix missing error code in bnx2x_iov_init_one() https://git.kernel.org/netdev/net/c/65161c35554f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html