mmc: remove useless pcl to udbg when routine card from mmc bus probe.
authorlintao <lintao@rock-chips.com>
Tue, 28 Oct 2014 00:47:12 +0000 (08:47 +0800)
committerlintao <lintao@rock-chips.com>
Tue, 28 Oct 2014 03:19:58 +0000 (11:19 +0800)
commitbcc506fddcd118c238005d8983d6ed9e2ef7b18e
treea0a9dc9b7e6df9461fda4c6ec09209f5ca11599e
parent627a759e9990f4305b1b7ccc7651f2fd874b75dd
mmc: remove useless pcl to udbg when routine card from mmc bus probe.

When kernel booting for the first time, pcl may cause incorrect
state for bus timing which cause detect failure from bus porbe, and been
recoginzed well from driver probe. Check cd state, and avoid this action.
.
[    5.112563] dwmmc_rockchip 10214000.rksdmmc: data_over interrupt timeout!
[    5.112704] mmc1: error -84 whilst initialising SD card
...
[    5.201691] mmc1: new high speed SDHC card at address 0007
[    5.202583] mmcblk1: mmc1:0007 SD32G 29.3 GiB

Tested-and-acked-by: heyun <heyun@rock-chips.com>
Signed-off-by: lintao <lintao@rock-chips.com>
drivers/mmc/host/rk_sdmmc.c