mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:08:56 +08:00
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:
committed by
Petro Karashchenko
parent
176668938e
commit
dd4055be78
@@ -630,7 +630,7 @@ static int btn_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
ierr("ERROR: Unrecognized command: %d\n", cmd);
|
iinfo("ERROR: Unrecognized command: %d\n", cmd);
|
||||||
ret = -ENOTTY;
|
ret = -ENOTTY;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user