commit | 11a808522af3a22a55ace9167670e18b22bce83d | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Wed Jun 04 12:42:12 2014 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed Jul 09 11:26:02 2014 +0200 |
tree | f8490f0d8643e3389b1f4bba5851a1048e7bfe0f | |
parent | 6f4789e6a81f4678b8ffa73a6226be0f99955190 [diff] |
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 <ben.dooks@codethink.co.uk> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>