audio/audio.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-27 14:19:40 +09:00 committed by Xiang Xiao
parent dbe389a6bd
commit 8ca0732de5

View File

@ -241,7 +241,7 @@ static int audio_close(FAR struct file *filep)
/* Disable the Audio device */
DEBUGASSERT(lower->ops->shutdown != NULL);
audinfo("calling shutdown: %d\n");
audinfo("calling shutdown\n");
lower->ops->shutdown(lower);
}