From de4f4a54ac9b5eab572c1341fb834628363a8f40 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Sun, 22 Sep 2019 11:12:35 -0300 Subject: [PATCH] intel_rapl: Silence rapl trace debug --- drivers/powercap/intel_rapl_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/powercap/intel_rapl_common.c b/drivers/powercap/intel_rapl_common.c index 7c0099e7a6d72..f0d65382806af 100644 --- a/drivers/powercap/intel_rapl_common.c +++ b/drivers/powercap/intel_rapl_common.c @@ -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;