summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);