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 Oct 15, 2020
1 parent 9562989 commit 47c4736
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 @@ -1498,7 +1498,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 47c4736

Please sign in to comment.