Skip to content

Commit

Permalink
platform/x86: pmc_atom: Improve quirk message to be less cryptic
Browse files Browse the repository at this point in the history
[ Upstream commit 32c9b75 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
andy-shev authored and gregkh committed Oct 21, 2022
1 parent 9861e43 commit da8f0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/pmc_atom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit da8f0b8

Please sign in to comment.