drivers/audio/audio_null.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-12-05 22:31:08 +09:00 committed by Xiang Xiao
parent 3599120dbb
commit 2d78501e9a

View File

@ -769,7 +769,7 @@ static int null_ioctl(FAR struct audio_lowerhalf_s *dev, int cmd,
FAR struct ap_buffer_info_s *bufinfo;
#endif
audinfo("cmd=%d arg=%ld\n");
audinfo("cmd=%d arg=%ld\n", cmd, arg);
/* Deal with ioctls passed from the upper-half driver */