drivers/input/button_upper.c: Fix a syslog format
This commit is contained in:
parent
6955404a3d
commit
a9c84e1941
|
@ -663,7 +663,7 @@ static int btn_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