projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fcfa54
)
mmc: update rto for cmd to CMD_FUNC
author
lintao
<lintao@rock-chips.com>
Mon, 1 Sep 2014 04:07:01 +0000
(12:07 +0800)
committer
lintao
<lintao@rock-chips.com>
Mon, 1 Sep 2014 04:10:37 +0000
(12:10 +0800)
drivers/mmc/host/rk_sdmmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/rk_sdmmc.c
b/drivers/mmc/host/rk_sdmmc.c
index 57fe7ab93862410d5799f05a6e58c3e745c883c9..0238bb94e86f1510e2de4d0e71472eb6b6de4ec4 100755
(executable)
--- a/
drivers/mmc/host/rk_sdmmc.c
+++ b/
drivers/mmc/host/rk_sdmmc.c
@@
-2071,7
+2071,7
@@
static void dw_mci_command_complete(struct dw_mci *host, struct mmc_command *cmd
del_timer_sync(&host->dto_timer);
if(MMC_SEND_STATUS != cmd->opcode)
if(host->cmd_rto >= SDMMC_CMD_RTO_MAX_HOLD){
- MMC_DBG_
ERR
_FUNC(host->mmc, " command complete, cmd=%d,cmdError=%d [%s]",\
+ MMC_DBG_
CMD
_FUNC(host->mmc, " command complete, cmd=%d,cmdError=%d [%s]",\
cmd->opcode, cmd->error,mmc_hostname(host->mmc));
host->cmd_rto = 0;
}