drivers/input/djoystick.c: Fix a syslog format
This commit is contained in:
parent
874101aede
commit
0b1c2322c4
|
@ -674,7 +674,7 @@ static int djoy_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
|||
break;
|
||||
|
||||
default:
|
||||
ierr("ERROR: Unrecognized command: %ld\n", cmd);
|
||||
ierr("ERROR: Unrecognized command: %d\n", cmd);
|
||||
ret = -ENOTTY;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue