[GIT PULL] regmap fixes for v6.6-rc6

From: Mark Brown
Date: Wed Oct 18 2023 - 10:32:27 EST


The following changes since commit 7a795ac8d49e2433e1b97caf5e99129daf8e1b08:

regmap: rbtree: Fix wrong register marked as in-cache when creating new node (2023-09-22 16:54:00 +0100)

are available in the Git repository at:

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

for you to fetch changes up to c6df843348d6b71ea986266c12831cb60c2cf325:

regmap: fix NULL deref on lookup (2023-10-09 13:13:53 +0100)

----------------------------------------------------------------
regmap: Fix for v6.6

A straightforward fix from Johan for a long standing bug in cases where
we both have regmaps without devices and something is using
dev_get_regmap().

----------------------------------------------------------------
Johan Hovold (1):
regmap: fix NULL deref on lookup

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