From c98f485f5c1d06a18b2d633e383f62f06823c67f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E4=B8=80?= Date: Wed, 6 Jul 2022 17:28:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱一 --- zh-cn/device-dev/driver/driver-platform-mmc-develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/driver/driver-platform-mmc-develop.md b/zh-cn/device-dev/driver/driver-platform-mmc-develop.md index 8c454e5bf6..b0624652da 100755 --- a/zh-cn/device-dev/driver/driver-platform-mmc-develop.md +++ b/zh-cn/device-dev/driver/driver-platform-mmc-develop.md @@ -318,7 +318,7 @@ MMC模块适配的三个环节是配置属性文件,实例化驱动入口, ... ret = HimciHostInit(host, cntlr);// 厂商自定义的初始化,失败就 goto _ERR; ... - ret = MmcCntlrAdd(cntlr); // 调用核心层函数 失败就goto _ERR; + ret = MmcCntlrAdd(cntlr); // 调用核心层函数 失败就goto _ERR; ... (void)MmcCntlrAddDetectMsgToQueue(cntlr);// 将卡检测消息添加到队列中。 HDF_LOGD("HimciMmcBind: success."); -- GitLab