linux/drivers/mmc
Andrew Gabbasov fbfaf0326b mmc: sdhci: Balance vmmc regulator_disable()
As a follow-up of commit
"mmc: sdhci: Balance vmmc regulator_enable(), and always enable vqmmc"
vmmc regulator disable is also not needed in sdhci_remove_host.
The regulator is completely controlled by mmc_power_up and mmc_power_off
functions and is already disabled by the time of removing the host.
Extra regulator_disable call in sdhci_remove_host is unbalanced and
causes a warning reported by regulator core, so should be removed.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2014-11-10 12:40:26 +01:00
..
card mmc: block: add newline to sysfs display of force_ro 2014-11-10 12:40:24 +01:00
core mmc: core: fix card detection regression 2014-11-05 09:28:48 +01:00
host mmc: sdhci: Balance vmmc regulator_disable() 2014-11-10 12:40:26 +01:00
Kconfig
Makefile