OSDN Git Service

mmc: cmdq_hci: Remove runtime PM vote if request issuing fails
authorVeerabhadrarao Badiganti <vbadigan@codeaurora.org>
Mon, 9 Oct 2017 14:21:46 +0000 (19:51 +0530)
committerVeerabhadrarao Badiganti <vbadigan@codeaurora.org>
Fri, 24 Nov 2017 13:33:47 +0000 (19:03 +0530)
commit17f54d16a19afd13ca577aae04cbeeb40025143c
treed6e82651a2d1215f1a0f24a746326a27a964793e
parentaf5f70355c26dced06be3b8b34f0f10b81a44f40
mmc: cmdq_hci: Remove runtime PM vote if request issuing fails

Remove the runtime PM vote if command-queue request processing fails.
Otherwise, in case command-queue request preparation fails,
the runtime PM votes go out of sync and sdhc platform device suspend
might get blocked.

Change-Id: Ibe95e1653f7558a7994b606922a1625b429d57f6
Signed-off-by: Veerabhadrarao Badiganti <vbadigan@codeaurora.org>
drivers/mmc/host/cmdq_hci.c