[GIT PULL] regmap fixes for v7.2-merge-window

From: Mark Brown

Date: Fri Jun 26 2026 - 10:12:31 EST


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(-)