]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit63971d83383a4050a12c7f2ceea4ed46d7e3eb70
tree061d911ea055301633ac394990e497a8ba67d94d
parent163ecb6ea7ec60c0d21e145d98cfc748d831e6ee
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