omap: mailbox: call request_irq after mbox queues are allocated
authorSuman Anna <s-anna@ti.com>
Sat, 2 Feb 2013 02:37:06 +0000 (20:37 -0600)
committerSuman Anna <s-anna@ti.com>
Tue, 11 Jun 2013 16:39:21 +0000 (11:39 -0500)
The OMAP mailbox startup code is enabling the interrupt before any
of the associated mailbox queues are allocated. Move this code so
that the interrupt configuration for a mailbox is together.

Signed-off-by: Fernando Guzman Lugo <lugo.fernando@gmail.com>
Signed-off-by: Suman Anna <s-anna@ti.com>

No differences found