[svn-commits] rmeyerriecks: linux/trunk r10310 - /linux/trunk/drivers/dahdi/wct4xxp/base.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Nov 2 16:46:10 CDT 2011
Author: rmeyerriecks
Date: Wed Nov 2 16:46:07 2011
New Revision: 10310
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10310
Log:
wct4xxp: minor: Removed unnecessary instrumentation
Removed a couple prints of instrumentation that was cluttering up the log output.
Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>
Acked-by: Shaun Ruffell <sruffell at digium.com>
Modified:
linux/trunk/drivers/dahdi/wct4xxp/base.c
Modified: linux/trunk/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wct4xxp/base.c?view=diff&rev=10310&r1=10309&r2=10310
==============================================================================
--- linux/trunk/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wct4xxp/base.c Wed Nov 2 16:46:07 2011
@@ -4869,7 +4869,6 @@
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 @@
* 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))
More information about the svn-commits
mailing list