Skip to content
Commit 8d48794b authored by Mihai Mihalache's avatar Mihai Mihalache Committed by Mark Brown
Browse files

regulator: gpio: check return value of of_get_named_gpio



At boot time the regulator driver can be initialized before the
gpio, in which case the call to of_get_named_gpio will return
EPROBE_DEFER. This value is silently passed to regulator_register
which will return success, although the gpio is not registered
(regulator_ena_gpio_request not called) as the value passed is
detected as invalid. The gpio_regulator_probe will therefore
succeed win no gpio requested.

Signed-off-by: default avatarMihai Mihalache <mihai.d.mihalache@intel.com>
Reviewed-by: default avatarHans Holmberg <hans.holmberg@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 768e6668
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment