[svn-commits] sruffell: branch linux/2.4 r9680 - /linux/branches/2.4/drivers/dahdi/xpp/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Jan 20 23:31:15 CST 2011
Author: sruffell
Date: Thu Jan 20 23:31:11 2011
New Revision: 9680
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9680
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>
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9506
Modified:
linux/branches/2.4/drivers/dahdi/xpp/card_pri.c
Modified: linux/branches/2.4/drivers/dahdi/xpp/card_pri.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.4/drivers/dahdi/xpp/card_pri.c?view=diff&rev=9680&r1=9679&r2=9680
==============================================================================
--- linux/branches/2.4/drivers/dahdi/xpp/card_pri.c (original)
+++ linux/branches/2.4/drivers/dahdi/xpp/card_pri.c Thu Jan 20 23:31:11 2011
@@ -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