julianoes commented on code in PR #18771:
URL: https://github.com/apache/nuttx/pull/18771#discussion_r3121432249
##########
drivers/mtd/w25n.c:
##########
@@ -934,8 +1358,14 @@ FAR struct mtd_dev_s *w25n_initialize(FAR struct
spi_dev_s *spi,
finfo("W25N: SPI freq: requested=%lu, actual=%lu Hz\n",
(unsigned long)CONFIG_W25N_SPIFREQUENCY,
(unsigned long)actual_freq);
- finfo("W25N initialized: %d blocks, %d bytes/block\n",
- priv->nblocks, W25N_BLOCK_SIZE);
+
+ syslog(LOG_INFO,
Review Comment:
I think this one would be good to have outside of debugging. Is that
acceptable or do we not want any syslog messages from drivers?
--
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]