summaryrefslogtreecommitdiff
path: root/kernel/wct4xxp
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-04-11 21:17:55 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-04-11 21:17:55 +0000
commit66bfdde48464695309f4bb01c59b9a9417ef72e5 (patch)
tree197121027ab2b9773f67cecee8833c76a88dd10f /kernel/wct4xxp
parent6f080bd132a29bdef1b60765b521a12d6bfb58ad (diff)
Take out part of a commit to the wct4xxp driver that wasn't supposed to go in
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4170 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/wct4xxp')
-rw-r--r--kernel/wct4xxp/vpm450m.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/wct4xxp/vpm450m.c b/kernel/wct4xxp/vpm450m.c
index 3fe11f6..674dd49 100644
--- a/kernel/wct4xxp/vpm450m.c
+++ b/kernel/wct4xxp/vpm450m.c
@@ -491,7 +491,6 @@ struct vpm450m *init_vpm450m(void *wc, int *isalaw, int numspans, const struct f
* 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 @@ struct vpm450m *init_vpm450m(void *wc, int *isalaw, int numspans, const struct f
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 @@ struct vpm450m *init_vpm450m(void *wc, int *isalaw, int numspans, const struct f
}
}
}
- printk("Channels configured\n");
#ifdef CONFIG_4KSTACKS
local_irq_restore(flags);