Commit 4f941fdc authored by Dirk Behme's avatar Dirk Behme Committed by Tony Lindgren

DSP: Fix BUG in omap1_mbox_enable_irq

Fix BUG in omap1_mbox_enable_irq. Hiroshi may have a better
fix.
parent a36627d0
......@@ -237,6 +237,7 @@ static int omap_mbox_init(struct omap_mbox *mbox)
"failed to register mailbox interrupt:%d\n", ret);
goto fail1;
}
disable_mbox_irq(mbox, IRQ_RX);
enable_mbox_irq(mbox, IRQ_RX);
spin_lock_init(&mbox->lock);
......
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