From: Andrew Gabbasov Date: Wed, 1 Oct 2014 12:14:07 +0000 (-0500) Subject: mmc: sdhci: Balance vmmc regulator_disable() X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~28^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbfaf0326b725cfbcc4169294cffefcad5ce64aa;p=pandora-kernel.git 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 Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed