[PATCH 2/2] watchdog: use pr_debug() in fixup_ht_bug() failure path

From: Ulrich Obergfell
Date: Fri Aug 07 2015 - 05:55:15 EST



Signed-off-by: Ulrich Obergfell <uobergfe@xxxxxxxxxx>
---
arch/x86/kernel/cpu/perf_event_intel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/perf_event_intel.c b/arch/x86/kernel/cpu/perf_event_intel.c
index 0357bf7..abb25c3 100644
--- a/arch/x86/kernel/cpu/perf_event_intel.c
+++ b/arch/x86/kernel/cpu/perf_event_intel.c
@@ -3369,7 +3369,7 @@ static __init int fixup_ht_bug(void)
}

if (lockup_detector_suspend() != 0) {
- pr_info("failed to disable PMU erratum BJ122, BV98, HSD29 workaround\n");
+ pr_debug("failed to disable PMU erratum BJ122, BV98, HSD29 workaround\n");
return 0;
}

--
1.7.11.7

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/