]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: omap_hsmmc: Remove redundant runtime PM calls
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 21 Mar 2016 13:28:36 +0000 (14:28 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 2 May 2016 08:33:22 +0000 (10:33 +0200)
commitc4a7f8a741f6fb133339bde0001d5ac33d2b454b
treeb65163d99e8ac606cf4177fb3633b10856d86dce
parent4a97ae2610dabc25b0f2fd0f49fe021d3cc57009
mmc: omap_hsmmc: 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.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/omap_hsmmc.c