Commit 8b26e6a7 authored by Cesar Prados's avatar Cesar Prados

vme_wb: debug info for IRQ

parent e3638e2d
......@@ -233,7 +233,8 @@ int irq_handler(void *dev_id)
{
struct vme_wb_dev *dev = dev_id;
printk(KERN_ALERT "posting MSI!!\n");
if (unlikely(debug))
printk(KERN_ALERT VME_WB ": IRQ!!\n");
wishbone_slave_ready(&dev->wb);
......
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