From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C75FE35E93B; Wed, 13 May 2026 22:24:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778711045; cv=none; b=BLy0Y3oHTHbUcK/4z5M/bmSyXIQLg/+anDYUSHnmgOnpdOkp0zwStey3yLqaMq+Fdx6U8DiBolVdhw6jq/4/xQtMXFaflu8Uh5QzHLdKRYlsrYCpJz0Jj0XeChE+N6Q94vsgog17x51M879f81E76z6Bq60x/BuJcNffRCKRvKA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778711045; c=relaxed/simple; bh=TrjIEfJqR8ctuyQ5U7JwYUuPzyoGPW461OVJfadSlWI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=k4L5r0znk+QH4nchndOOTF79CEo4s+hU+423FxzADhE8NMvD4kZgMDcSKFF/X8BdV+TJ6LUxIxcVoJMVDl0+iYmxrHrAAJg2Vh3OsofGPJ4dekIFqFIHNBBg4aS4wzHmrF9BSDArsLKlVfp1Bv3zgex7nB54rU1uUKKAY8XwyYc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pzfIePoL; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="pzfIePoL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E958CC19425; Wed, 13 May 2026 22:24:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778711045; bh=TrjIEfJqR8ctuyQ5U7JwYUuPzyoGPW461OVJfadSlWI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pzfIePoLR7SzJhAOfeFED6hPo4WKkA0akMIyLJBH06QcE56di5L3igcbNymVAaMTw xN4QfeUWJUiw251ukoJxHkyy4I77yI497GlHZ7wkkfg25zLRILE4EvnqN56KqZVyMt fmlg5HkU1tfnmdTpqGCri0XL5mmXCP8JX/ptsYyVRHF8bm2txIHgy2VbAYea7XcpMB nTn3qCcoTYQXg5BexYYqfYAXck0/aaZZazVddGX0O432LZEAIbFC1LDj63wB0w8xGq YqpzK6xvqqEGMOc36Zbw91uDaTEPB2dXm+XdYACjH/NdC5rFWbgOanHOQXaZ6+0TAi 9Ae6oc4iOic1Q== Date: Thu, 14 May 2026 00:24:01 +0200 From: Andi Shyti To: Saurav Sachidanand Cc: Wolfram Sang , Akhil R , Kartik Rajput , Thierry Reding , Jon Hunter , linux-i2c@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] i2c: tegra: fix error handling in tegra_i2c_xfer() Message-ID: References: <20260506195319.44810-1-sauravsc@amazon.com> <20260507221145.62183-1-sauravsc@amazon.com> Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260507221145.62183-1-sauravsc@amazon.com> Hi Saurav, > Saurav Sachidanand (2): > i2c: tegra: fix pm_runtime leak on mutex_lock failure > i2c: tegra: make tegra_i2c_mutex_unlock() return void merged to i2c/i2c-host-fixes. Next time, please: - don't forget to add me in Cc - to not nest in the same thread different versions. It would have been clearer if v2 was in its own thread. Thanks, Andi