summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-03 17:13:22 +0000
committersruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-03 17:13:22 +0000
commit862da09752d1361a91f9318f90314ac0353f5e90 (patch)
treeb8ae6084fbb953aec36e18255254f6fde534a23f
parent58c0b500e1b456dadafdd28340a7acb26fd961dc (diff)
Removing some left over debugging code.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3601 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--wctdm24xxp/GpakCust.c2
-rw-r--r--wcte12xp/vpmadt032.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/wctdm24xxp/GpakCust.c b/wctdm24xxp/GpakCust.c
index 1e5c763..23f2096 100644
--- a/wctdm24xxp/GpakCust.c
+++ b/wctdm24xxp/GpakCust.c
@@ -297,7 +297,6 @@ void gpakReadDspMemory(
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 @@ void gpakReadDspMemory(
ret = wctdm_vpm150m_getreg_full_return(wc,0,1,DspAddress+i,&pWordValues[i],
&cmds[i]);
if (0 != ret) {
- dump_stack();
return;
}
}
diff --git a/wcte12xp/vpmadt032.c b/wcte12xp/vpmadt032.c
index 68455b8..5dfe0fe 100644
--- a/wcte12xp/vpmadt032.c
+++ b/wcte12xp/vpmadt032.c
@@ -1028,7 +1028,6 @@ void gpakReadDspMemory(
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 @@ void gpakReadDspMemory(
ret = t1_vpm150m_getreg_full_return(wc,0,1,DspAddress+i,&pWordValues[i],
&cmds[i]);
if (0 != ret) {
- dump_stack();
return;
}
}