From: Ulf Hansson Date: Thu, 11 Dec 2014 13:35:55 +0000 (+0100) Subject: mmc: mmci: Do pm_runtime_put() after the host has been added X-Git-Tag: fixes-v4.0-rc1~141^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f2d3c89db7c2ef6ceb03feefa325f52ea639a41;p=pandora-kernel.git mmc: mmci: Do pm_runtime_put() after the host has been added Previously the pm_runtime_put() caused the device to be runtime PM suspended, but then immediately being resumed when we add the host. Prevent this unnecessary runtime PM suspend/resume cycle during ->probe() by moving the call to pm_runtime_put() after mmc_add_host(). Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed