Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
regulator: core: Fix regualtor_ena_gpio_free not to access pin after …
…freeing commit 60a2362 upstream. After freeing pin from regulator_ena_gpio_free, loop can access the pin. So this patch fixes not to access pin after freeing. Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
- Loading branch information