diff options
author | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2007-07-30 14:04:04 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-05-09 10:25:03 -0700 |
commit | bfbdcf8a14ec4bd0c692bed3ddfa40bd72eae473 (patch) | |
tree | a8971083f461d431ea727134e3e7b604e6d2b172 /arch/arm/plat-omap/mailbox.c | |
parent | 0692f05dffaac5fc7b152f9b83625d3077639eba (diff) | |
download | blackbird-op-linux-bfbdcf8a14ec4bd0c692bed3ddfa40bd72eae473.tar.gz blackbird-op-linux-bfbdcf8a14ec4bd0c692bed3ddfa40bd72eae473.zip |
ARM: OMAP: Fix Unbalanced enable for IRQ in omap mailbox
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/mailbox.c')
-rw-r--r-- | arch/arm/plat-omap/mailbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c index 1945ddfec18d..6f33f58bca45 100644 --- a/arch/arm/plat-omap/mailbox.c +++ b/arch/arm/plat-omap/mailbox.c @@ -355,7 +355,6 @@ static int omap_mbox_init(struct omap_mbox *mbox) "failed to register mailbox interrupt:%d\n", ret); goto fail_request_irq; } - enable_mbox_irq(mbox, IRQ_RX); mq = mbox_queue_alloc(mbox, mbox_txq_fn, mbox_tx_work); if (!mq) { |