[svn-commits] tzafrir: branch linux/tzafrir/sysfs r8365 - /linux/team/tzafrir/sysfs/drivers...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sun Mar 21 13:33:04 CDT 2010
Author: tzafrir
Date: Sun Mar 21 13:33:00 2010
New Revision: 8365
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8365
Log:
Disable the xpd as a parent for the span for now
Modified:
linux/team/tzafrir/sysfs/drivers/dahdi/xpp/xpp_dahdi.c
Modified: linux/team/tzafrir/sysfs/drivers/dahdi/xpp/xpp_dahdi.c
URL: http://svnview.digium.com/svn/dahdi/linux/team/tzafrir/sysfs/drivers/dahdi/xpp/xpp_dahdi.c?view=diff&rev=8365&r1=8364&r2=8365
==============================================================================
--- linux/team/tzafrir/sysfs/drivers/dahdi/xpp/xpp_dahdi.c (original)
+++ linux/team/tzafrir/sysfs/drivers/dahdi/xpp/xpp_dahdi.c Sun Mar 21 13:33:00 2010
@@ -1093,7 +1093,8 @@
span->hooksig = xpp_hooksig; /* Only with RBS bits */
span->ioctl = xpp_ioctl;
span->maint = xpp_maint;
- span->parent_device = &xpd->xpd_dev;
+ /* FIXME: messes ref counting and fails unloading of XPDs: */
+ //span->parent_device = &xpd->xpd_dev;
/*
* This actually describe the dahdi_spaninfo version 3
* A bunch of unrelated data exported via a modified ioctl()
More information about the svn-commits
mailing list