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:
chenrun1
2023-08-25 18:38:46 +08:00
committed by Petro Karashchenko
parent 176668938e
commit dd4055be78
+1 -1
View File
@@ -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;
}