yangsong8-ai commented on code in PR #14180:
URL: https://github.com/apache/nuttx/pull/14180#discussion_r1798806799


##########
drivers/mmcsd/sdio.c:
##########
@@ -407,6 +408,25 @@ int sdio_probe(FAR struct sdio_dev_s *dev)
   /* Receive R4 response */
 
   ret = SDIO_RECVR4(dev, SDIO_CMD5, &data);
+

Review Comment:
   done



##########
drivers/mmcsd/sdio.c:
##########
@@ -407,6 +408,25 @@ int sdio_probe(FAR struct sdio_dev_s *dev)
   /* Receive R4 response */
 
   ret = SDIO_RECVR4(dev, SDIO_CMD5, &data);
+
+  if (ret != OK)
+    {
+      goto err;
+    }
+
+  bit = ffs(data);

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to