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@xxxxxxxxxxxxxx> --- 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 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox