platform/x86: pmc_atom: Improve quirk message to be less cryptic
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 1 Aug 2022 11:37:32 +0000 (14:37 +0300)
committerHans de Goede <hdegoede@redhat.com>
Thu, 25 Aug 2022 14:23:52 +0000 (16:23 +0200)
Not everyone can get what "critclks" means in the message, improve
it to make less cryptic.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220801113734.36131-2-andriy.shevchenko@linux.intel.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/pmc_atom.c

index 5c757c7..f404657 100644 (file)
@@ -354,7 +354,7 @@ static bool pmc_clk_is_critical = true;
 
 static int dmi_callback(const struct dmi_system_id *d)
 {
-       pr_info("%s critclks quirk enabled\n", d->ident);
+       pr_info("%s: PMC critical clocks quirk enabled\n", d->ident);
 
        return 1;
 }