[PATCH 1/4] misc: acpi-test: bump down debug message on remove
Ahmad Fatoum
a.fatoum at pengutronix.de
Sat Oct 30 10:54:43 PDT 2021
The ACPI test driver is meant to serve as template for adding more
useful drivers. Printing a message in remove isn't a pattern that should
be copied, so bump the level down.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
drivers/misc/acpi-test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/misc/acpi-test.c b/drivers/misc/acpi-test.c
index 1d6814ebcf27..784c80cc5b8b 100644
--- a/drivers/misc/acpi-test.c
+++ b/drivers/misc/acpi-test.c
@@ -47,7 +47,7 @@ static int acpi_test_probe(struct device_d *dev)
static void acpi_test_remove(struct device_d *dev)
{
- dev_info(dev, "FADT driver removed\n");
+ dev_dbg(dev, "FADT driver removed\n");
}
static struct acpi_driver acpi_test_driver = {
--
2.30.2
More information about the barebox
mailing list