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)
commitd8b7d6b7f956eac49e9753ac6786ac4e53e075c3
tree9a9ed1094e6e20c20356c107555b4446c1c6278f
parentbc94440d4e1c26cf5a147f0193d824c752faebd6
mmc: mmci: Remove redundant runtime PM calls

Commit 9250aea76bfc ("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