[zaptel-commits] kpfleming: branch 1.2 r3426 - /branches/1.2/wcte12xp/vpmadt032.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Tue Dec 11 10:37:29 CST 2007
Author: kpfleming
Date: Tue Dec 11 10:37:28 2007
New Revision: 3426
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3426
Log:
we don't need a message telling the user that they don't have a VPMADT032, that will only serve to confuse them
Modified:
branches/1.2/wcte12xp/vpmadt032.c
Modified: branches/1.2/wcte12xp/vpmadt032.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wcte12xp/vpmadt032.c?view=diff&rev=3426&r1=3425&r2=3426
==============================================================================
--- branches/1.2/wcte12xp/vpmadt032.c (original)
+++ branches/1.2/wcte12xp/vpmadt032.c Tue Dec 11 10:37:28 2007
@@ -702,10 +702,8 @@
reg = t1_vpm150m_getpage(wc);
if (reg != i) {
/* If they have debug turned on we want them to be able to
- * report where in the code the module failed to come up. */
+ * report where in the code the module failed to come up. */
debug_printk(1, "Either no VPMADT032 module present or the module failed VPM page access test (%x != %x)\n", i, reg);
- /* we need a message in case they don't have debug turned on*/
- module_printk("No working VPMADT032 hardware echo cancellation module found.\n");
goto failed_exit;
}
}
More information about the zaptel-commits
mailing list