]> Git Repo - linux.git/commitdiff
platform/x86: acer-wmi: Silence "unsupported" message a bit
authorBenjamin Herrenschmidt <[email protected]>
Wed, 15 Aug 2018 23:27:10 +0000 (09:27 +1000)
committerAndy Shevchenko <[email protected]>
Wed, 22 Aug 2018 10:40:24 +0000 (13:40 +0300)
This driver prints that "Unsupported machine..." message on every boot on
ThinkPad X1 Carbon laptops (and I assume a number of other systems), which
causes graphical boots to "glitch" a bit and is rather annoying ...

Make it a pr_debug instead.

Signed-off-by: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
drivers/platform/x86/acer-wmi.c

index 3294bb2b37fce25ec664bfc55d46a4ba5c481526..fcfeadd1301f427a1f0ba3381ac7ed3fe311966a 100644 (file)
@@ -2213,7 +2213,7 @@ static int __init acer_wmi_init(void)
        if (wmi_has_guid(AMW0_GUID1) &&
            !dmi_check_system(amw0_whitelist) &&
            quirks == &quirk_unknown) {
-               pr_err("Unsupported machine has AMW0_GUID1, unable to load\n");
+               pr_debug("Unsupported machine has AMW0_GUID1, unable to load\n");
                return -ENODEV;
        }
 
This page took 0.06139 seconds and 4 git commands to generate.