From 82c5ab2efe8798a7d54b5dd0fe44fbc1391d7e73 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 11 Dec 2007 16:38:04 +0000 Subject: Merged revisions 3426 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3426 | kpfleming | 2007-12-11 10:37:28 -0600 (Tue, 11 Dec 2007) | 2 lines 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.4@3427 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wcte12xp/vpmadt032.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wcte12xp') diff --git a/wcte12xp/vpmadt032.c b/wcte12xp/vpmadt032.c index a9f4502..df84ebf 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; } } -- cgit v1.2.3