From f30795fb404edaa54213b0f4297db6987ec4eb35 Mon Sep 17 00:00:00 2001 From: Borislav Petkov Date: Mon, 26 Oct 2020 12:59:56 +0100 Subject: EDAC: Do not issue useless debug statements in the polling routine They have been spreading around the subsystem by example so remove them all. Reported-by: Raymond Bennett Suggested-by: Jason Baron Signed-off-by: Borislav Petkov --- drivers/edac/i82860_edac.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/edac/i82860_edac.c') diff --git a/drivers/edac/i82860_edac.c b/drivers/edac/i82860_edac.c index 3e3a80ffb322..fbec90d00f1e 100644 --- a/drivers/edac/i82860_edac.c +++ b/drivers/edac/i82860_edac.c @@ -135,7 +135,6 @@ static void i82860_check(struct mem_ctl_info *mci) { struct i82860_error_info info; - edac_dbg(1, "MC%d\n", mci->mc_idx); i82860_get_error_info(mci, &info); i82860_process_error_info(mci, &info, 1); } -- cgit v1.2.3