summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-04-28 20:10:09 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-04-28 20:10:09 +0000
commit62618b4de2d2ac70090ec0991067435380e9e046 (patch)
treed9b39c3bd2c18acdcac016b6769bb53e3fc17dc9
parente938a478184e67088fc89ce03838929f4112e40b (diff)
Make sure we use the locked version since we don't own reglock here.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2468 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--wct4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index b4c5735..4dd1e73 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -2888,7 +2888,7 @@ ZAP_IRQ_HANDLER(t4_interrupt_gen2)
if (unlikely((wc->intcount < 20) && debug))
- printk("2G: Got interrupt, status = %08x, CIS = %04x\n", status, __t4_framer_in(wc, 0, FRMR_CIS));
+ printk("2G: Got interrupt, status = %08x, CIS = %04x\n", status, t4_framer_in(wc, 0, FRMR_CIS));
if (likely(status & 0x2)) {
#ifdef ENABLE_WORKQUEUES