]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: mmci: Remove redundant runtime PM calls
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 21 Mar 2016 13:17:00 +0000 (14:17 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 2 May 2016 08:33:21 +0000 (10:33 +0200)
commita7348505656024a6da31cfcac78edf9e580376cd
tree9a9ed1094e6e20c20356c107555b4446c1c6278f
parentc26d650f531b59148f62ba0b735b499c16627d71
mmc: mmci: Remove redundant runtime PM calls

Commit 9286d13a5576 ("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.

Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmci.c