|
@@ -574,7 +574,7 @@ static int sh_mmcif_error_manage(struct sh_mmcif_host *host)
|
|
|
if (state1 & STS1_CMDSEQ) {
|
|
|
sh_mmcif_bitset(host, MMCIF_CE_CMD_CTRL, CMD_CTRL_BREAK);
|
|
|
sh_mmcif_bitset(host, MMCIF_CE_CMD_CTRL, ~CMD_CTRL_BREAK);
|
|
|
- for (timeout = 10000000; timeout; timeout--) {
|
|
|
+ for (timeout = 10000; timeout; timeout--) {
|
|
|
if (!(sh_mmcif_readl(host->addr, MMCIF_CE_HOST_STS1)
|
|
|
& STS1_CMDSEQ))
|
|
|
break;
|