wct4xxp: minor: Removed unnecessary instrumentation

Removed a couple prints of instrumentation that was cluttering up the log output.

Signed-off-by: Russ Meyerriecks <rmeyerriecks@digium.com>
Acked-by: Shaun Ruffell <sruffell@digium.com>

git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10310 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
Russ Meyerriecks 2011-11-02 21:46:07 +00:00
parent f0c61c85b8
commit 1e561e4ed7

View File

@ -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))