[GIT PULL] regulator fixes for v6.15-rc6
From: Mark Brown
Date: Fri May 16 2025 - 07:31:42 EST
The following changes since commit 92a09c47464d040866cf2b4cd052bc60555185fb:
Linux 6.15-rc5 (2025-05-04 13:55:04 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.15-rc6
for you to fetch changes up to 6b0cd72757c69bc2d45da42b41023e288d02e772:
regulator: max20086: fix invalid memory access (2025-05-14 11:16:52 +0200)
----------------------------------------------------------------
regulator: Fix for v6.15
This fixes an invalid memory access in the MAX20086 driver which could
occur during error handling for failed probe due to a hidden use of
devres in the core DT parsing code.
----------------------------------------------------------------
Cosmin Tanislav (1):
regulator: max20086: fix invalid memory access
drivers/regulator/max20086-regulator.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)