mmc: core: Keep host claimed in mmc_rescan() while calling host ops
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 5 Nov 2015 15:08:08 +0000 (16:08 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 22 Dec 2015 10:32:02 +0000 (11:32 +0100)
commitd234d2123fa734c8018f7d01ed5d663cf5e6f665
tree5e9ad8d55a843964c00d5e6f672ae9b92a807980
parent86236813ff23e0e8afc6844d307fb84df98f6723
mmc: core: Keep host claimed in mmc_rescan() while calling host ops

As mmc_claim_host() invokes pm_runtime_get_sync() for the mmc host device,
it's important that the host is kept claimed for *all* accesses to it via
the host_ops callbacks.

In mmc_rescan(), the ->card_event() and the ->get_cd() callback are being
invoked without claiming the host, let's fix this.

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