mmc: SDHCI: fix the issue related with SD card insert/remove
authorChuanxiao Dong <chuanxiao.dong@intel.com>
Mon, 24 Oct 2011 05:01:52 +0000 (13:01 +0800)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 21:21:14 +0000 (13:21 -0800)
commitabdeda5e09ec2b0d0944bbd1c9f470b08c504202
tree1917c2299e9ba13024653616da4a4f079d98c075
parent62ececec50f420a06c710424285fe2acad9d77c8
mmc: SDHCI: fix the issue related with SD card insert/remove

BZ 1605

insert/remove a SD card quickly while the card is inusing, can cause
MMC driver print timeout error message. This is reasonable. But should
not cause system getting slow. This patch will fix this.

Change-Id: Iffb1fe615603f2cd5ab74d28120d38167d317cb7
Signed-off-by: Chuanxiao Dong <chuanxiao.dong@intel.com>
Reviewed-on: http://android.intel.com:8080/23125
Reviewed-by: Gross, Mark <mark.gross@intel.com>
Tested-by: Gross, Mark <mark.gross@intel.com>
drivers/mmc/host/sdhci-pci.c
drivers/mmc/host/sdhci.c