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 Jan 12, 2022
1 parent 968d952 commit de4f4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/powercap/intel_rapl_common.c
Expand Up @@ -1455,7 +1455,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 de4f4a5

Please sign in to comment.