[svn-commits] tzafrir: linux/trunk r9506 - /linux/trunk/drivers/dahdi/xpp/card_pri.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Dec 7 05:00:11 CST 2010
Author: tzafrir
Date: Tue Dec 7 05:00:07 2010
New Revision: 9506
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9506
Log:
xpd_pri: Remove pointless hooksig span op
If the span reports that it supports hooksig, DAHDI may fail to use RBS.
So remove a call to that stub function.
Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Modified:
linux/trunk/drivers/dahdi/xpp/card_pri.c
Modified: linux/trunk/drivers/dahdi/xpp/card_pri.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/xpp/card_pri.c?view=diff&rev=9506&r1=9505&r2=9506
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/card_pri.c (original)
+++ linux/trunk/drivers/dahdi/xpp/card_pri.c Tue Dec 7 05:00:07 2010
@@ -1282,7 +1282,6 @@
.rbsbits = pri_rbsbits,
.open = xpp_open,
.close = xpp_close,
- .hooksig = xpp_hooksig, /* Only with RBS bits */
.ioctl = xpp_ioctl,
.maint = xpp_maint,
#ifdef DAHDI_SYNC_TICK
More information about the svn-commits
mailing list