[GIT PULL] regulator fixes for v6.3-rc4

From: Mark Brown
Date: Fri Mar 31 2023 - 12:17:53 EST


The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 02bcba0b9f9da706d5bd1e8cbeb83493863e17b5:

regulator: Handle deferred clk (2023-03-27 01:42:01 +0100)

----------------------------------------------------------------
regulator: Deferred probe fix for v6.3

This fixes a rarely triggered issue where we would treat probe
deferral for clocks as a fatal error in the fixed regulator,
causing it to fail to retry when it should.

----------------------------------------------------------------
Christophe JAILLET (1):
regulator: Handle deferred clk

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