From dd4055be78bac09ebc6af0d1fd6e2e3c9469a650 Mon Sep 17 00:00:00 2001 From: chenrun1 Date: Fri, 25 Aug 2023 18:38:46 +0800 Subject: [PATCH] button_upper.c:Modify the unknown command message level in ioctl to iinfo Signed-off-by: chenrun1 --- drivers/input/button_upper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/button_upper.c b/drivers/input/button_upper.c index 42152cc653..130443f39e 100644 --- a/drivers/input/button_upper.c +++ b/drivers/input/button_upper.c @@ -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; }