arch/arm/src/cxd56xx/cxd56_sysctl.c: Fix a syslog format
This commit is contained in:
parent
0dadd03dbb
commit
758525d384
@ -102,7 +102,7 @@ static int sysctl_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
||||
{
|
||||
default:
|
||||
{
|
||||
_err("cmd %x(%x)\n", cmd, arg);
|
||||
_err("cmd %x(%lx)\n", cmd, arg);
|
||||
ret = cxd56_sysctlcmd(cmd & 0xff, arg);
|
||||
if (ret)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user