Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9c37b74 authored by Alex Hung's avatar Alex Hung Committed by Darren Hart (VMware)
Browse files

platform/x86: intel-vbtn: reduce unnecessary messages for normal users



Unsupported events is only useful for developers and does not meaningful
for users. Using dev_dbg makes more sense and reduces noise in kernel
messages.

Signed-off-by: default avatarAlex Hung <alex.hung@canonical.com>
Signed-off-by: default avatarDarren Hart (VMware) <dvhart@infradead.org>
parent d496c875
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ static void notify_handler(acpi_handle handle, u32 event, void *context)
	} else if (sparse_keymap_report_event(priv->input_dev, event, 1, true)) {
		return;
	}
	dev_info(&device->dev, "unknown event index 0x%x\n", event);
	dev_dbg(&device->dev, "unknown event index 0x%x\n", event);
}

static int intel_vbtn_probe(struct platform_device *device)