From: Ulf Hansson Date: Thu, 3 Oct 2013 09:24:44 +0000 (+0200) Subject: mmc: core: Remove redundant mmc_power_up|off at runtime callbacks X-Git-Tag: v3.13-rc1~50^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc81a8c6442e43618ff245948bfaa14fdf7938b;p=pandora-kernel.git mmc: core: Remove redundant mmc_power_up|off at runtime callbacks Commit "mmc: core: Push common suspend|resume code into each bus_ops" moved the responsibility for doing mmc_power_up|off into each suspend/resume bus_ops. When using MMC_CAP_AGGRESSIVE_PM, through the runtime callbacks, calls to mmc_power_up|off became redundant. When removing them, we are also able to remove the calls to mmc_claim|release_host, thus simplifing code a bit more. Signed-off-by: Ulf Hansson Signed-off-by: Chris Ball --- Reading git-diff-tree failed