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; }