From a213aa3cdf37f49c4ab712869f4700fa3ff5fbec Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Wed, 2 Nov 2011 21:46:07 +0000 Subject: wct4xxp: minor: Removed unnecessary instrumentation Removed a couple prints of instrumentation that was cluttering up the log output. Signed-off-by: Russ Meyerriecks Acked-by: Shaun Ruffell git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10310 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wct4xxp/base.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c index e619e7d..1731eaa 100644 --- a/drivers/dahdi/wct4xxp/base.c +++ b/drivers/dahdi/wct4xxp/base.c @@ -4869,7 +4869,6 @@ static int t4_hardware_init_2(struct t4 *wc) if (t4_pci_in(wc, WC_VERSION) >= 0xc01a0165) { wc->tspans[0]->spanflags |= FLAG_OCTOPT; - dev_info(&wc->dev->dev, "Octasic Optimizations: Enabled\n"); } /* Setup LEDS, take out of reset */ t4_pci_out(wc, WC_LEDS, 0x000000ff); @@ -4882,9 +4881,6 @@ static int t4_hardware_init_2(struct t4 *wc) * compat back on when we are done. * */ - if (t4_framer_in(wc, 0, 0x4a) != 0x05) - dev_info(&wc->dev->dev, "WARNING: FALC framer not intialized " - "in compatibility mode.\n"); spin_lock_irqsave(&wc->reglock, flags); regval = __t4_framer_in(wc, 0, 0xd6); if (is_octal(wc)) -- cgit v1.2.3