wct4xxp: Fix spelling

Contains a minor spelling correction.

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

git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10247 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
Shaun Ruffell
2011-10-20 20:53:13 +00:00
parent ef426966d6
commit a81fb56b5f

View File

@@ -3933,9 +3933,10 @@ static int t4_hardware_init_2(struct t4 *wc)
t4_pci_out(wc, WC_LEDS, 0x000000ff);
t4_activate(wc);
/*
* In order to find out the QFALC framer version, we have to temporarily term off compat
* mode and take a peak at VSTR. We turn compat back on when we are done.
/* In order to find out the QFALC framer version, we have to
* temporarily turn off compat mode and take a peak at VSTR. We turn
* 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 "