slorquet commented on code in PR #8852:
URL: https://github.com/apache/nuttx/pull/8852#discussion_r1142049166


##########
drivers/eeprom/spi_xx25xx.c:
##########
@@ -392,6 +393,7 @@ static void ee25xx_waitwritecomplete(struct ee25xx_dev_s 
*priv)
       /* Deselect the FLASH */
 
       SPI_SELECT(priv->spi, SPIDEV_EEPROM(0), false);
+      ee25xx_unlock(priv->spi);

Review Comment:
   I dont fix whats not broken and I dont want to slow down the automatic tests.



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