commit | 2bb8ede0b14187c19b5eedc62cf0b18b3bf00d3b | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Thu Dec 06 13:43:40 2018 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Dec 11 01:03:54 2018 +0000 |
tree | 4befa265bd594a507aa1d89f71a7b171f5244f89 | |
parent | e8a33aa0e3bc22134bf2bf3ca6339d6a1b7ffe16 [diff] |
regulator: lp8788-ldo: Let core handle GPIO descriptor Use the gpiod_get() rather than the devm_* version so that the regulator core can handle the lifecycle of these descriptors. Fixes: 2468f0d51548 ("regulator: lp8788-ldo: Pass descriptor instead of GPIO number") Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>