diff options
| author | Andy Shevchenko <[email protected]> | 2022-08-01 11:37:32 +0000 |
|---|---|---|
| committer | Hans de Goede <[email protected]> | 2022-08-25 14:23:52 +0000 |
| commit | 32c9b75640aeb1b144f9e2963c1640f4cef7c6f2 (patch) | |
| tree | dbb7c3e0a1d6bd87bacf2425846b17132fd5bf64 | |
| parent | platform/x86: pmc_atom: Fix SLP_TYPx bitfield mask (diff) | |
| download | kernel-32c9b75640aeb1b144f9e2963c1640f4cef7c6f2.tar.gz kernel-32c9b75640aeb1b144f9e2963c1640f4cef7c6f2.zip | |
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: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
| -rw-r--r-- | drivers/platform/x86/pmc_atom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/pmc_atom.c b/drivers/platform/x86/pmc_atom.c index 5c757c7f64de..f4046572a9fe 100644 --- a/drivers/platform/x86/pmc_atom.c +++ b/drivers/platform/x86/pmc_atom.c @@ -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; } |
