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

Message ID 20231206134339.2BFB6C433C9@smtp.kernel.org
State New
Headers
Series [GIT,PULL] regmap fixes for v6.7-rc4 |

Pull-request

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

Message

Mark Brown Dec. 6, 2023, 1:43 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 7, 2023, 8:47 p.m. UTC | #1
The pull request you sent on Wed, 06 Dec 2023 13:43:29 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4388ae22aeaa1cd2f74edaa5cf5a518cc5f04c56

Thank you!