]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
regulator: pwm: Don't warn on probe deferral
authorJon Hunter <jonathanh@nvidia.com>
Mon, 2 Mar 2020 14:14:28 +0000 (14:14 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 2 Mar 2020 14:48:12 +0000 (14:48 +0000)
commit0cd71b9a43ad80f4d9a8bfde6ec6db8daf447029
treed9e9b7bc0f537c1fae8b1cd182ddbb3653cf1c64
parent6179b0e90cbc0117cd4ff994bc24f4ea417b11d7
regulator: pwm: Don't warn on probe deferral

Deferred probe is an expected return value for devm_pwm_get(). Given
that the driver deals with it properly, rather than warn on probe
deferral, only output a message on probe deferral if debug level
prints are enabled.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20200302141428.14119-1-jonathanh@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/pwm-regulator.c