From 62618b4de2d2ac70090ec0991067435380e9e046 Mon Sep 17 00:00:00 2001 From: mattf Date: Sat, 28 Apr 2007 20:10:09 +0000 Subject: 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 --- wct4xxp/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3