Author: mattf
Date: Sat Apr 28 15:10:09 2007
New Revision: 2468
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2468
a>
Log:
Make sure we use the locked version since we don't own
reglock here.
Modified:
trunk/wct4xxp/base.c
Modified: trunk/wct4xxp/base.c
URL: http://svn.
digium.com/view/zaptel/trunk/wct4xxp/base.c?view=diff&re
v=2468&r1=2467&r2=2468
============================================================
==================
--- trunk/wct4xxp/base.c (original)
+++ trunk/wct4xxp/base.c Sat Apr 28 15:10:09 2007
 -2888,7
+2888,7 
if (unlikely((wc->intcount < 20) && debug))
- printk("2G: Got interrupt, status = %08x, CIS =
%04xn", status, __t4_framer_in(wc, 0, FRMR_CIS));
+ printk("2G: Got interrupt, status = %08x, CIS =
%04xn", status, t4_framer_in(wc, 0, FRMR_CIS));
if (likely(status & 0x2)) {
#ifdef ENABLE_WORKQUEUES
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
zaptel-commits mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/zaptel-commits
a>
|