diff options
author | Mihai Mihalache <mihai.d.mihalache@intel.com> | 2016-03-16 08:21:12 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-17 11:44:57 +0000 |
commit | 8d48794bb3bf7d7e421204a8cc3bd5c95ffc609b (patch) | |
tree | 1812e794803bddf1f70f9931193ae1560ff459b7 /samples | |
parent | 768e66686cfe83f786f6ae26f1799cca69e80523 (diff) | |
download | talos-obmc-linux-8d48794bb3bf7d7e421204a8cc3bd5c95ffc609b.tar.gz talos-obmc-linux-8d48794bb3bf7d7e421204a8cc3bd5c95ffc609b.zip |
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: Mihai Mihalache <mihai.d.mihalache@intel.com>
Reviewed-by: Hans Holmberg <hans.holmberg@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions