regulator: core: Always use return value when regulator_dev_lookup() fails
authorMark Brown <broonie@linaro.org>
Mon, 23 Sep 2013 15:12:52 +0000 (16:12 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 24 Sep 2013 09:37:55 +0000 (10:37 +0100)
commitef60abbb6b406389245225ab4acfe73f66e7d92c
treee970f214516fc89097c4ed2464f96700756e7867
parent9b92da1f1205bd2591487051a93624dd6c258eef
regulator: core: Always use return value when regulator_dev_lookup() fails

Ensure that the return value is always set when we return now that the
logic has changed for regulator_get_optional() so we don't get missing
codes leaking out.

Reported-by: Thierry Reding <treding@nvidia.com>
Tested-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/core.c