From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 5DBC73EFFD2 for ; Fri, 26 Jun 2026 14:12:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782483145; cv=none; b=UOn9ood26VJVe21gNpPP2L9lilJckpeY5woSJJrOZhBEnTN5s5eaMZSPsVj/tz6jcLqghhcnlcfo4794aUQMoe4o/FtQfndyVqbP3tqpHtJyHWuaYM9GNwpiIEzvEOZSRohRaPrbqPog0DOczNAQkUePCx3jyKYiM26ajIHNccw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782483145; c=relaxed/simple; bh=UO0FGjTeBIwBNFfex27wqLUoqTKnatgd8zy0t6nhFQg=; h=Message-ID:From:To:Cc:Subject:Date; b=Os0hJ27d09CTUgG9xjrj1rrJ4PvQKIEt9ggfuK9kSR3a3HVs2MvFlUJVH15A4s7TzHINw11/tO8fUO1pn6ttaLNLNwfyT9SqyzTAbFIjibp8d51kAbJie7iNtd/qRfXnDLzrVh0519d3tc5w8yf6/i3if7QS5ZIS1BDp2rL66B4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=foreA2sK; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="foreA2sK" Received: by smtp.kernel.org (Postfix) with UTF8SMTPSA id 7253D1F000E9; Fri, 26 Jun 2026 14:12:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782483144; bh=lJSY+PWPjzuIxlmTqi7gtevBcQxPpf/h1QlAQQ546fk=; h=From:To:Cc:Subject:Date; b=foreA2sK0dvh4G6I+bjENLNjYcdoEPhOZIl4TQKp9u8zfBIlq079DiUInFAmv1SB/ T91SkBqaq4w+M1RkgHbY3BLCxFQHKHaIS0E7TxCZPEBe8WKQ81YuLcQvH/iWED+bHm rAioDaMfa5T9BpbJb+iD9O1EEk7BpHsGf/DR1B92xCiQWMSaWy1PDffC9f0XqkGpNS Xb+3SWt9aMG6bgzGneinAPDu5eJjayZEHJiItyxUtxGIGmI7afN3SCwuhveaNU7fxc otgEm2/Jx2ZnwhvUTtwoTqKHAOH8a2Xd4qTUMY/LTDoj2ZD2lr63wn0kqlgyHdzfQM 64//5fTkFy8qg== Message-ID: From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] regmap fixes for v7.2-merge-window Date: Fri, 26 Jun 2026 15:12:14 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The following changes since commit 34808ac8ddafc3e2c2a59e84eaab0a410e7a0fdc: regmap-i2c: fix sparse warning in regmap_smbus_word_write_reg16 (2026-05-21 09:47:39 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v7.2-merge-window for you to fetch changes up to 9108f7fa493b4c88cbc09503e0c164244456bad5: regcache: Do not overwrite error code when finalizing cache after error (2026-06-16 14:13:48 +0100) ---------------------------------------------------------------- regmap: Fix for v7.2 A fix to ensure that we don't overwrite the error code when cleaning up a failed cache initialisation, helping people debug issues if they do arise. ---------------------------------------------------------------- Francesco Lavra (1): regcache: Do not overwrite error code when finalizing cache after error drivers/base/regmap/regcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)