Searched hist:"85046 a15529606466bc778e1205f4cab8e3724d1" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/regulator/ |
H A D | qcom_spmi-regulator.c | diff 85046a15529606466bc778e1205f4cab8e3724d1 Mon Jul 16 15:32:52 CEST 2018 Niklas Cassel <niklas.cassel@linaro.org> regulator: qcom_spmi: Use correct regmap when checking for error
Since we have just assigned saw_regmap, and since the error message refers to saw_regmap, it feels safe to assume that it is saw_regmap, and not regmap, that should be checked for errors.
Fixes: 0caecaa87202 ("regulator: qcom_spmi: Add support for SAW") Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
|