From: Ben Dooks Date: Wed, 4 Jun 2014 11:42:12 +0000 (+0100) Subject: mmc: sh-mmcif: no need to call pm_runtime_suspend on error X-Git-Tag: omap-for-v3.17/fixes-against-rc2~73^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a808522af3a22a55ace9167670e18b22bce83d;p=pandora-kernel.git mmc: sh-mmcif: no need to call pm_runtime_suspend on error The pm_runtime call should implicitly disable the device once the probe is over if there is no explicit reference gained. There is no need to call pm_runtime_suspend() before the pm_runtime_disable() call. Signed-off-by: Ben Dooks Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed