hiragane-mitty commented on code in PR #9105:
URL: https://github.com/apache/nuttx/pull/9105#discussion_r1178681231


##########
drivers/spi/spi_bitbang.c:
##########
@@ -551,4 +553,12 @@ FAR struct spi_dev_s *spi_create_bitbang(FAR const struct
   return &priv->dev;
 }
 
+void spi_destroy_bitbang(FAR struct spi_dev_s *dev)
+{
+  if (dev)

Review Comment:
   @pkarashchenko Fixed it to DEBUGASSERT.



-- 
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