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 6F2C8C433EF for ; Sat, 28 May 2022 19:58:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229654AbiE1T57 (ORCPT ); Sat, 28 May 2022 15:57:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229556AbiE1T53 (ORCPT ); Sat, 28 May 2022 15:57:29 -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 DC7254474B; Sat, 28 May 2022 12:53:28 -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 3495660C84; Sat, 28 May 2022 19:30:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 8CD4EC34117; Sat, 28 May 2022 19:30:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653766211; bh=LE5Pmj9FFmU1ckt7mZgAQoT947XRJVaEXYAznCha/NQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=uzafZ4lhX1hDFn0JtQMswHl+cX/lxJlJzABcR23Qil2E26AZS7avImz8NsB02feu/ uz6aTpig9NpCThihMUtrVPGlSfXCFcGOw0SBQGTrblfeqJnTTUxY9Iqn1HSIMK4a27 fFC2enrm1NTCXyCs1N5ClaN2T1IFwzsgGns8kAb0iYJsSt1kN5Kg0O7ZojvwEhRI4h 9NcmN0Oyh7ISvUZK4Pw6nUJVfk28yexA1rQPeNF2JFi8WmwHrbEAEETYf/I7E+uU3o pG/nuNs5NM4/URJYsomKOnEuqDpwJ7G/rUOLfJxjb5TkD20DrbKk196BcNQAPSZiB2 f6dRou4Ym/Dyw== 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 717FDF03944; Sat, 28 May 2022 19:30:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: enetc: Use pci_release_region() to release some resources From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165376621146.15448.670456967245992093.git-patchwork-notify@kernel.org> Date: Sat, 28 May 2022 19:30:11 +0000 References: In-Reply-To: To: Christophe JAILLET Cc: claudiu.manoil@nxp.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, andrew@lunn.ch, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Fri, 27 May 2022 11:25:47 +0200 you wrote: > Some resources are allocated using pci_request_region(). > It is more straightforward to release them with pci_release_region(). > > Fixes: 231ece36f50d ("enetc: Add mdio bus driver for the PCIe MDIO endpoint") > > Signed-off-by: Christophe JAILLET > > [...] Here is the summary with links: - net: enetc: Use pci_release_region() to release some resources https://git.kernel.org/netdev/net/c/18eeb4dea65c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html