Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751746AbbHGJzH (ORCPT ); Fri, 7 Aug 2015 05:55:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33089 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751857AbbHGJzE (ORCPT ); Fri, 7 Aug 2015 05:55:04 -0400 From: Ulrich Obergfell To: linux-kernel@vger.kernel.org Cc: akpm@linux-foundation.org, dzickus@redhat.com, atomlin@redhat.com, uobergfe@redhat.com, jolsa@kernel.org, mhocko@suse.cz, eranian@google.com, cmetcalf@ezchip.com, fweisbec@gmail.com, linux@roeck-us.net Subject: [PATCH 2/2] watchdog: use pr_debug() in fixup_ht_bug() failure path Date: Fri, 7 Aug 2015 11:58:08 +0200 Message-Id: <1438941488-3651-3-git-send-email-uobergfe@redhat.com> In-Reply-To: <1438941488-3651-1-git-send-email-uobergfe@redhat.com> References: <1438941488-3651-1-git-send-email-uobergfe@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 905 Lines: 27 Signed-off-by: Ulrich Obergfell --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/