[GIT PULL] regmap fixes for v6.7-rc4

From: Mark Brown
Date: Wed Dec 06 2023 - 08:43:42 EST


The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v6.7-rc4

for you to fetch changes up to fea88064445a59584460f7f67d102b6e5fc1ca1d:

regmap: fix bogus error on regcache_sync success (2023-12-04 12:36:55 +0000)

----------------------------------------------------------------
regmap: Fix for v6.7

An incremental fix for the fix introduced during the merge window for
caching of the selector for windowed register ranges, we were
incorrectly leaking an error code in the case where the last selector
accessed was for some reason not cached.

----------------------------------------------------------------
Matthias Reichl (1):
regmap: fix bogus error on regcache_sync success

drivers/base/regmap/regcache.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)