masayuki2009 commented on code in PR #7363:
URL: https://github.com/apache/incubator-nuttx/pull/7363#discussion_r1000079836


##########
arch/xtensa/src/esp32s2/esp32s2_spi.c:
##########
@@ -233,11 +352,18 @@ static struct esp32s2_spi_priv_s esp32s2_spi2_priv =
 {
   .spi_dev     =
     {
-      .ops     = &esp32s2_spi2_ops
+      .ops = &esp32s2_spi2_ops
     },
   .config      = &esp32s2_spi2_config,
   .refs        = 0,
-  .lock        = NXMUTEX_INITIALIZER,
+  .exclsem     = SEM_INITIALIZER(0),

Review Comment:
   @acassis 
   Do you want to revert the change introduced 
https://github.com/apache/incubator-nuttx/pull/6965?
   I think the changes are not DMA related and perhaps your code base is too 
old.
   
   



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to