]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: Remove redundant runtime PM calls
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 7 Apr 2016 08:56:39 +0000 (10:56 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 2 May 2016 08:33:24 +0000 (10:33 +0200)
commitc73f9d5047647b9718763b6491bc15166d9ba8f2
treead48ee7787bf5eac8474244a97ccd8804dd3492f
parent76d5f7a8fc54fc10e3f8b3043edffae8d3aaddb8
mmc: sdhci: Remove redundant runtime PM calls

Commit f3272db09c25 ("mmc: core: Enable runtime PM management of host
devices"), made some calls to the runtime PM API from the driver
redundant. Especially those which deals with runtime PM reference
counting, so let's remove them.

Moreover as SDHCI have its own wrapper functions for runtime PM these
becomes superfluous, so let's remove them as well.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
drivers/mmc/host/sdhci.c