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 3437AC43217 for ; Sat, 19 Nov 2022 03:54:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231991AbiKSDyV (ORCPT ); Fri, 18 Nov 2022 22:54:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47352 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231688AbiKSDxa (ORCPT ); Fri, 18 Nov 2022 22:53:30 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08A5BC287E; Fri, 18 Nov 2022 19:50:28 -0800 (PST) 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 1E650B8270C; Sat, 19 Nov 2022 03:50:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 69673C4314A; Sat, 19 Nov 2022 03:50:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668829818; bh=6pHQSurXmK8PLRRQAIFF6F4L914A6yuhhJOoHhbwDRM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=MmnUTLXsKOaBsvgoDzoj8RrPXYZxch4OK3qT5M2jeKF1fMH21DrtUQRnnuy0JRO5d ttNpHEmhATdQF5qdX5u9fZAYfeT4KT5WH4lU9EuG0znkUw3kXFGYBDf/UcFhsKmNdn Rft+f0Cph/rkMcTIzoUEEb3gHacS6Zfy5zEltb1UbsN6fD44/33n63f0d6Zwj1qUz1 XOMtYdok7fokWkm91kfh7wrwbK8T8omRq7IxsIccIjsKCnUK+yRpStJm6VlKa2qOxv 1BU6qM0UzXjkVyV367KPPqmWDG6/TEHUMfstBGOL4q5/ZBmwBs0VkJKJHMZOma/CuR PBe650MPdqobQ== 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 3EE35E524E7; Sat, 19 Nov 2022 03:50:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] macsec: Fix invalid error code set From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166882981825.27279.863723544634896362.git-patchwork-notify@kernel.org> Date: Sat, 19 Nov 2022 03:50:18 +0000 References: <20221118011249.48112-1-yuehaibing@huawei.com> In-Reply-To: <20221118011249.48112-1-yuehaibing@huawei.com> To: YueHaibing Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, atenart@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Fri, 18 Nov 2022 09:12:49 +0800 you wrote: > 'ret' is defined twice in macsec_changelink(), when it is set in macsec_is_offloaded > case, it will be invalid before return. > > Fixes: 3cf3227a21d1 ("net: macsec: hardware offloading infrastructure") > Signed-off-by: YueHaibing > --- > drivers/net/macsec.c | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - macsec: Fix invalid error code set https://git.kernel.org/netdev/net/c/7cef6b73fba9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html