CV-Bowen commented on code in PR #6424:
URL: https://github.com/apache/incubator-nuttx/pull/6424#discussion_r895841532


##########
arch/arm/src/tlsr82/tlsr82_flash_mtd.c:
##########
@@ -729,7 +769,7 @@ static int tlsr82_flash_ioctl(struct mtd_dev_s *dev, int 
cmd,
                               unsigned long arg)
 {
   struct tlsr82_flash_dev_s *priv = (struct tlsr82_flash_dev_s *)dev;
-  int ret = -EINVAL; /* Assume good command with bad parameters */
+  int ret = OK; /* Assume good command with bad parameters */

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