Commit 8436d65d authored by Cesar Prados's avatar Cesar Prados

vme_wb: removed kernel debug

parent fdc33808
......@@ -202,7 +202,6 @@ static void wb_byteenable(struct wishbone *wb, unsigned char be)
ctrl_win = dev->vme_res.map[MAP_CTRL]->kernel_va;
iowrite32(cpu_to_be32(be), ctrl_win + EMUL_DAT_WD);
printk(KERN_ALERT "WB BYTEE: Select line %x \n", be);
}
static const struct wishbone_operations wb_ops = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment