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 92554C433EF for ; Tue, 7 Jun 2022 10:10:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240656AbiFGKKQ (ORCPT ); Tue, 7 Jun 2022 06:10:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239830AbiFGKKO (ORCPT ); Tue, 7 Jun 2022 06:10:14 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E7F8A30AE; Tue, 7 Jun 2022 03:10: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 EEBD861372; Tue, 7 Jun 2022 10:10:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 5940AC34115; Tue, 7 Jun 2022 10:10:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654596612; bh=uxBnGi0lvT4IHjDBL9QfFrsy/vJI+5YmmsBX/iL2cfg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bzZs64XsqxOYukKB6buDwq6W4Pejor7a65ovN2xzSrG10sP/mVTKxieqa4bgYP8ND f1pBuFlzMB77VvFKSyZlnRh5w14OPG6OCb43Ku230hyUhvPU5Hjwb1+8RcS7dRhUGF MvSxjqXRBImun85jSONPFz47Kp2Ox5EvCVm1LnoB/dg3ZJc7a/fCOn4wqNHaXO4Nfj FUiJjdJKYnKrZlmrobhgW13NnYWNUeJ2cARiEtri+m8mw554fmuYX69NpmAAH9X8Kq ysZbJjspmv0LEpnO+cWGx+NAY0GoL2D3MbCmHnF2TlV3On0MjyU0mcQwipNz5VuK6u iOwPR05l1BdXw== 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 3941CE737E8; Tue, 7 Jun 2022 10:10:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] stmmac: intel: Fix an error handling path in intel_eth_pci_probe() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165459661222.7137.14626873072976245963.git-patchwork-notify@kernel.org> Date: Tue, 07 Jun 2022 10:10:12 +0000 References: <1ac9b6787b0db83b0095711882c55c77c8ea8da0.1654462241.git.christophe.jaillet@wanadoo.fr> In-Reply-To: <1ac9b6787b0db83b0095711882c55c77c8ea8da0.1654462241.git.christophe.jaillet@wanadoo.fr> To: Christophe JAILLET Cc: peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, joabreu@synopsys.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, mcoquelin.stm32@gmail.com, vee.khee.wong@linux.intel.com, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Paolo Abeni : On Sun, 5 Jun 2022 22:50:48 +0200 you wrote: > When the managed API is used, there is no need to explicitly call > pci_free_irq_vectors(). > > This looks to be a left-over from the commit in the Fixes tag. Only the > .remove() function had been updated. > > So remove this unused function call and update goto label accordingly. > > [...] Here is the summary with links: - stmmac: intel: Fix an error handling path in intel_eth_pci_probe() https://git.kernel.org/netdev/net/c/5e74a4b3ec18 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html