Commit 32c9b756 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Hans de Goede

platform/x86: pmc_atom: Improve quirk message to be less cryptic

Not everyone can get what "critclks" means in the message, improve
it to make less cryptic.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220801113734.36131-2-andriy.shevchenko@linux.intel.comReviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent d8c04e27
...@@ -354,7 +354,7 @@ static bool pmc_clk_is_critical = true; ...@@ -354,7 +354,7 @@ static bool pmc_clk_is_critical = true;
static int dmi_callback(const struct dmi_system_id *d) 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; return 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment