summaryrefslogtreecommitdiff
path: root/wcte12xp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-11 16:37:28 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-11 16:37:28 +0000
commitc78bbae434262fe225b6f100ecbff3cc5dc67532 (patch)
tree3496cc558d42437bd417bc8866f9303b0a8ca7ec /wcte12xp
parent7a6894da30b52820f1cf4b7bf788abc66efa4c4a (diff)
we don't need a message telling the user that they don't have a VPMADT032, that will only serve to confuse them
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3426 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcte12xp')
-rw-r--r--wcte12xp/vpmadt032.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/wcte12xp/vpmadt032.c b/wcte12xp/vpmadt032.c
index ca15e7c..e6ff1cd 100644
--- a/wcte12xp/vpmadt032.c
+++ b/wcte12xp/vpmadt032.c
@@ -702,10 +702,8 @@ void t1_vpm150m_init(struct t1 *wc) {
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;
}
}