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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E455AC8303E for ; Thu, 29 Aug 2024 17:41:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-Id:Subject:References:In-Reply-To:Cc: To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=6WsByxio8AEXLpqag4VNy85gB+upfVqtAyX4Q7COU4s=; b=yucwrjXoMD0pMGdBKPcp/Gafy2 rYFiHNLks1noUQBuSEjyDpbKSxauAIzOwAPzZeC1zavV2Q3/0Q1v/Zbti52rFWi/0ds5FWAHO9Q7E cyQe4by8TSGCLoqBypuX/bCufGsEuePVNWeU0dWAMoySkdjB6qf6OQp3V0W1peANV5T336hv1P0Q3 nJ3y7iexu85MYz5fZ7D07Pd1wiElvgtO/7MFCiopaCoC3bbX9IKuwyDDynR0HK3BVQikULfSQNd/+ 7H1j0lietK9eJafkTVpTpsBGLmGSUISOnJm/iqQd9Ywk8pqnoJ/mUixxAZEkEOP9PHvlbq69GMhfH q/aVat+Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sjj93-00000003378-1vlA; Thu, 29 Aug 2024 17:41:17 +0000 Received: from nyc.source.kernel.org ([2604:1380:45d1:ec00::3]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sjj6e-000000032Y6-1vxu for linux-arm-kernel@lists.infradead.org; Thu, 29 Aug 2024 17:38:49 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id B5105A416DA; Thu, 29 Aug 2024 17:38:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B35CAC4CEC7; Thu, 29 Aug 2024 17:38:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724953127; bh=aMlOb4pNYgyhx21tb5RrxMoj5116RIgx1YGUw9c22aA=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=ld6bonTJVeaDlfa76gVLsOXyqEbHWhkQXuWze08HLOUpHeXVdt/7E+a4qgMN8h/lP q+cf2XZNbTN/tGRHRjFDs1NPouI/znr/E1wa9t9uF2q5RHyZuc36XeSsODPghjZv8f M3ZodOB2WJoMcAwoRnF1Zvx2i6vVBp//NOaEDSw0De7j47K4Omd16clvbVqKXBvhPK hwr0UKmgxPV8Y2Zt76acLHczbgKBIbzjyswXgDlqLoefouXmoeIUaQz1QJxcyDcLjL Q1xvIeqEOmmkIlV/TmNWy1b53staXjVd8/J0z7Iy54Yra8UGtyU/xIGBNIE9GLYtrR +DVdmYA4UaTeA== From: Mark Brown To: Daniel Mack , Haojian Zhuang , Robert Jarzmik , linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Yang Ruibin <11162571@vivo.com> Cc: opensource.kernel@vivo.com In-Reply-To: <20240829033511.1917015-1-11162571@vivo.com> References: <20240829033511.1917015-1-11162571@vivo.com> Subject: Re: [PATCH v2] drivers: spi: Insert the missing pci_dev_put()before return Message-Id: <172495312546.812311.690393310730563993.b4-ty@kernel.org> Date: Thu, 29 Aug 2024 18:38:45 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.15-dev-37811 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240829_103848_595475_FCA7D5BE X-CRM114-Status: GOOD ( 11.16 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 29 Aug 2024 11:35:11 +0800, Yang Ruibin wrote: > Increase the reference count by calling pci_get_slot(), and remember to > decrement the reference count by calling pci_dev_put(). > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] drivers: spi: Insert the missing pci_dev_put()before return commit: 8a0ec8c2d736961ff556e9d331decda9048fe0f1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark