drivers/audio/audio_null.c: Fix a syslog format
This commit is contained in:
parent
3599120dbb
commit
2d78501e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue