OSDN Git Service

mmc: core: Add claiming of hosts during mmc_cache_ctrl
authorSeungwon Jeon <tgih.jun@samsung.com>
Mon, 26 Dec 2011 09:03:05 +0000 (18:03 +0900)
committerChris Ball <cjb@laptop.org>
Thu, 12 Jan 2012 04:58:46 +0000 (23:58 -0500)
commit17e9ff559a7dbb7a6df332007d2ffcd3e7d83fba
tree061d911ea055301633ac394990e497a8ba67d94d
parentd83b6e035f983ec2833bf175ae093281b42ba551
mmc: core: Add claiming of hosts during mmc_cache_ctrl

While calling mmc_cache_ctrl() a host is not claimed. This patch
adds the mmc_try_claim_host() for quick response in suspend.

Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/core.c