提交 efd756da 编写于 作者: R Rafael J. Wysocki

ACPI / PCC: Use pr_debug() for debug messages in pcc_init()

pcc_init() uses pr_err() to print two messages that are really debug
and not interesting to users.  Replace those pr_err() with pr_debug().
Reported-by: NCristian <caravena@gmail.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 e36f014e
...@@ -386,7 +386,7 @@ static int __init pcc_init(void) ...@@ -386,7 +386,7 @@ static int __init pcc_init(void)
ret = acpi_pcc_probe(); ret = acpi_pcc_probe();
if (ret) { if (ret) {
pr_err("ACPI PCC probe failed.\n"); pr_debug("ACPI PCC probe failed.\n");
return -ENODEV; return -ENODEV;
} }
...@@ -394,7 +394,7 @@ static int __init pcc_init(void) ...@@ -394,7 +394,7 @@ static int __init pcc_init(void)
pcc_mbox_probe, NULL, 0, NULL, 0); pcc_mbox_probe, NULL, 0, NULL, 0);
if (!pcc_pdev) { if (!pcc_pdev) {
pr_err("Err creating PCC platform bundle\n"); pr_debug("Err creating PCC platform bundle\n");
return -ENODEV; return -ENODEV;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册