[svn-commits] sruffell: linux/trunk r8487 - /linux/trunk/drivers/dahdi/wcte12xp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Apr 6 17:36:10 CDT 2010


Author: sruffell
Date: Tue Apr  6 17:36:09 2010
New Revision: 8487

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8487
Log:
wcte12xp: Make sure the interrupt is stopped before freeing the vpmadt032

Modified:
    linux/trunk/drivers/dahdi/wcte12xp/base.c

Modified: linux/trunk/drivers/dahdi/wcte12xp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wcte12xp/base.c?view=diff&rev=8487&r1=8486&r2=8487
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/base.c Tue Apr  6 17:36:09 2010
@@ -2185,6 +2185,8 @@
 #endif
 	del_timer_sync(&wc->timer);
 
+	voicebus_release(&wc->vb);
+
 #ifdef VPM_SUPPORT
 	if(vpm) {
 		wc->vpmadt032 = NULL;
@@ -2194,7 +2196,6 @@
 	}
 #endif
 
-	voicebus_release(&wc->vb);
 	t1_release(wc);
 }
 




More information about the svn-commits mailing list