[zaptel-commits] sruffell: branch 1.4 r3601 - in /branches: 1.2/wctdm24xxp/ 1.2/wcte12xp/ 1.4/...

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Thu Jan 3 11:13:22 CST 2008


Author: sruffell
Date: Thu Jan  3 11:13:22 2008
New Revision: 3601

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3601
Log:
Removing some left over debugging code.

Modified:
    branches/1.2/wctdm24xxp/GpakCust.c
    branches/1.2/wcte12xp/vpmadt032.c
    branches/1.4/wctdm24xxp/GpakCust.c
    branches/1.4/wcte12xp/vpmadt032.c

Modified: branches/1.2/wctdm24xxp/GpakCust.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wctdm24xxp/GpakCust.c?view=diff&rev=3601&r1=3600&r2=3601
==============================================================================
--- branches/1.2/wctdm24xxp/GpakCust.c (original)
+++ branches/1.2/wctdm24xxp/GpakCust.c Thu Jan  3 11:13:22 2008
@@ -297,7 +297,6 @@
 			ret = wctdm_vpm150m_getreg_full_async(wc,0,1,DspAddress+i,&pWordValues[i],
 				&cmds[i]);
 			if (0 != ret) {
-				dump_stack();
 				return;
 			}
 		}
@@ -305,7 +304,6 @@
 			ret = wctdm_vpm150m_getreg_full_return(wc,0,1,DspAddress+i,&pWordValues[i],
 				&cmds[i]);
 			if (0 != ret) {
-				dump_stack();
 				return;
 			}
 		}

Modified: branches/1.2/wcte12xp/vpmadt032.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wcte12xp/vpmadt032.c?view=diff&rev=3601&r1=3600&r2=3601
==============================================================================
--- branches/1.2/wcte12xp/vpmadt032.c (original)
+++ branches/1.2/wcte12xp/vpmadt032.c Thu Jan  3 11:13:22 2008
@@ -1028,7 +1028,6 @@
 			ret = t1_vpm150m_getreg_full_async(wc,0,1,DspAddress+i,&pWordValues[i],
 				&cmds[i]);
 			if (0 != ret) {
-				dump_stack();
 				return;
 			}
 		}
@@ -1036,7 +1035,6 @@
 			ret = t1_vpm150m_getreg_full_return(wc,0,1,DspAddress+i,&pWordValues[i],
 				&cmds[i]);
 			if (0 != ret) {
-				dump_stack();
 				return;
 			}
 		}

Modified: branches/1.4/wctdm24xxp/GpakCust.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wctdm24xxp/GpakCust.c?view=diff&rev=3601&r1=3600&r2=3601
==============================================================================
--- branches/1.4/wctdm24xxp/GpakCust.c (original)
+++ branches/1.4/wctdm24xxp/GpakCust.c Thu Jan  3 11:13:22 2008
@@ -297,7 +297,6 @@
 			ret = wctdm_vpm150m_getreg_full_async(wc,0,1,DspAddress+i,&pWordValues[i],
 				&cmds[i]);
 			if (0 != ret) {
-				dump_stack();
 				return;
 			}
 		}
@@ -305,7 +304,6 @@
 			ret = wctdm_vpm150m_getreg_full_return(wc,0,1,DspAddress+i,&pWordValues[i],
 				&cmds[i]);
 			if (0 != ret) {
-				dump_stack();
 				return;
 			}
 		}

Modified: branches/1.4/wcte12xp/vpmadt032.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wcte12xp/vpmadt032.c?view=diff&rev=3601&r1=3600&r2=3601
==============================================================================
--- branches/1.4/wcte12xp/vpmadt032.c (original)
+++ branches/1.4/wcte12xp/vpmadt032.c Thu Jan  3 11:13:22 2008
@@ -1028,7 +1028,6 @@
 			ret = t1_vpm150m_getreg_full_async(wc,0,1,DspAddress+i,&pWordValues[i],
 				&cmds[i]);
 			if (0 != ret) {
-				dump_stack();
 				return;
 			}
 		}
@@ -1036,7 +1035,6 @@
 			ret = t1_vpm150m_getreg_full_return(wc,0,1,DspAddress+i,&pWordValues[i],
 				&cmds[i]);
 			if (0 != ret) {
-				dump_stack();
 				return;
 			}
 		}




More information about the zaptel-commits mailing list