You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/05/04 18:39:34 UTC

[GitHub] [incubator-nuttx] okayserh commented on a diff in pull request #6186: Stm32f746 audio

okayserh commented on code in PR #6186:
URL: https://github.com/apache/incubator-nuttx/pull/6186#discussion_r865153394


##########
drivers/audio/wm8994.c:
##########
@@ -373,16 +450,9 @@ static void wm8994_writereg(FAR struct wm8994_dev_s *priv, uint16_t regaddr,
  *
  */
 
-static void wm8994_takesem(sem_t *sem)
+static int wm8994_takesem(sem_t *sem)

Review Comment:
   Short question. Wasn't the FAR to be removed from the code?



-- 
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-unsubscribe@nuttx.apache.org

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