mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
drivers/audio/audio_null.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
3599120dbb
commit
2d78501e9a
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user