Skip to content

Commit

Permalink
intel_rapl: Silence rapl trace debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrus75 authored and xanmod committed May 30, 2022
1 parent 10b5e63 commit 0845a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/powercap/intel_rapl_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ static int __init rapl_init(void)

id = x86_match_cpu(rapl_ids);
if (!id) {
pr_err("driver does not support CPU family %d model %d\n",
pr_info("driver does not support CPU family %d model %d\n",
boot_cpu_data.x86, boot_cpu_data.x86_model);

return -ENODEV;
Expand Down

0 comments on commit 0845a6f

Please sign in to comment.