button_upper.c:Modify the unknown command message level in ioctl to iinfo
Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
parent
176668938e
commit
dd4055be78
|
@ -630,7 +630,7 @@ static int btn_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
|||
break;
|
||||
|
||||
default:
|
||||
ierr("ERROR: Unrecognized command: %d\n", cmd);
|
||||
iinfo("ERROR: Unrecognized command: %d\n", cmd);
|
||||
ret = -ENOTTY;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue