Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172809
b: refs/heads/master
c: 2775e46
h: refs/heads/master
i:
  172807: 12f5b99
v: v3
  • Loading branch information
Hiroshi DOYU authored and Tony Lindgren committed Nov 22, 2009
1 parent 9d1c79c commit 4805664
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c7c158e57bce6220644f2bcd65d82e1468aa40ec
refs/heads/master: 2775e467ff4c60a4b3745b24bb2f75c92a3ecc69
3 changes: 0 additions & 3 deletions trunk/arch/arm/plat-omap/mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ static void __mbox_rx_interrupt(struct omap_mbox *mbox)
mbox_msg_t msg;
struct request_queue *q = mbox->rxq->queue;

disable_mbox_irq(mbox, IRQ_RX);

while (!mbox_fifo_empty(mbox)) {
rq = blk_get_request(q, WRITE, GFP_ATOMIC);
if (unlikely(!rq))
Expand All @@ -226,7 +224,6 @@ static void __mbox_rx_interrupt(struct omap_mbox *mbox)

/* no more messages in the fifo. clear IRQ source. */
ack_mbox_irq(mbox, IRQ_RX);
enable_mbox_irq(mbox, IRQ_RX);
nomem:
schedule_work(&mbox->rxq->work);
}
Expand Down

0 comments on commit 4805664

Please sign in to comment.