aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-07-18 11:22:28 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-10 10:44:54 -0400
commit086271a0374bf0b9ce033aac9fb60530c421ad65 (patch)
tree7e1590fd02209bf86c134addea61206f447d9b53 /drivers
parent3a7dde7fcd0dd50df33e0e7070d4947551d767fc (diff)
i7core: remove some uneeded noisy debug messages
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/edac/i7core_edac.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c
index 5695413c2879..fd00e0299ca1 100644
--- a/drivers/edac/i7core_edac.c
+++ b/drivers/edac/i7core_edac.c
@@ -1494,8 +1494,6 @@ static void i7core_check_error(struct mem_ctl_info *mci)
1494 struct mce *m = NULL; 1494 struct mce *m = NULL;
1495 unsigned long flags; 1495 unsigned long flags;
1496 1496
1497 debugf0(__FILE__ ": %s()\n", __func__);
1498
1499 /* Copy all mce errors into a temporary buffer */ 1497 /* Copy all mce errors into a temporary buffer */
1500 spin_lock_irqsave(&pvt->mce_lock, flags); 1498 spin_lock_irqsave(&pvt->mce_lock, flags);
1501 if (pvt->mce_count) { 1499 if (pvt->mce_count) {
@@ -1531,8 +1529,6 @@ static int i7core_mce_check_error(void *priv, struct mce *mce)
1531 struct i7core_pvt *pvt = mci->pvt_info; 1529 struct i7core_pvt *pvt = mci->pvt_info;
1532 unsigned long flags; 1530 unsigned long flags;
1533 1531
1534 debugf0(__FILE__ ": %s()\n", __func__);
1535
1536 /* 1532 /*
1537 * Just let mcelog handle it if the error is 1533 * Just let mcelog handle it if the error is
1538 * outside the memory controller 1534 * outside the memory controller