[zaptel-commits] mattf: branch 1.4 r4170 - /branches/1.4/kernel/wct4xxp/vpm450m.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Fri Apr 11 16:17:55 CDT 2008


Author: mattf
Date: Fri Apr 11 16:17:55 2008
New Revision: 4170

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4170
Log:
Take out part of a commit to the wct4xxp driver that wasn't supposed to go in

Modified:
    branches/1.4/kernel/wct4xxp/vpm450m.c

Modified: branches/1.4/kernel/wct4xxp/vpm450m.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/kernel/wct4xxp/vpm450m.c?view=diff&rev=4170&r1=4169&r2=4170
==============================================================================
--- branches/1.4/kernel/wct4xxp/vpm450m.c (original)
+++ branches/1.4/kernel/wct4xxp/vpm450m.c Fri Apr 11 16:17:55 2008
@@ -491,7 +491,6 @@
 	 * stack unfriendly.  Stupid, stupid, stupid.  So we disable IRQs so we
 	 * don't run the risk of overflowing the stack while we initialize the
 	 * octasic. */
-	printk("Loading firmware\n");
 #ifdef CONFIG_4KSTACKS
 	local_irq_save(flags);
 #endif
@@ -506,8 +505,6 @@
 		kfree(ChannelOpen);
 		return NULL;
 	}
-	//schedule();
-	printk("Firmware loaded\n");
 	for (x=0;x<128;x++) {
 		/* execute this loop always on 4 span cards but
 		*  on 2 span cards only execute for the channels related to our spans */
@@ -556,7 +553,6 @@
 			}
 		}
 	}
-	printk("Channels configured\n");
 
 #ifdef CONFIG_4KSTACKS
 	local_irq_restore(flags);




More information about the zaptel-commits mailing list