[BSP] remove error log for SD/MMC driver in QEMU VExpress A9 BSP

This commit is contained in:
BernardXiong 2019-04-15 10:26:31 +00:00
parent 41aabf3736
commit 4729f3f766
1 changed files with 0 additions and 3 deletions

View File

@ -351,9 +351,6 @@ static void mmc_request_send(struct rt_mmcsd_host *host, struct rt_mmcsd_req *re
req->cmd->resp[1] = cmd.response[1];
req->cmd->resp[0] = cmd.response[0];
if(req->cmd->err)
LOG_E("transfer cmd err ");
if (req->stop)
{
stop.cmdidx = req->stop->cmd_code;