Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295562
b: refs/heads/master
c: 44c568a
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Contreras authored and Tony Lindgren committed Mar 6, 2012
1 parent 54d756e commit 5fd9b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a90180d193ad56a3c4fb9cd39067f60d7503a4bf
refs/heads/master: 44c568a8bb3cd59f27d5cca1b9c6977a002c1913
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ static void omap_mbox_fini(struct omap_mbox *mbox)
if (!--mbox->use_count) {
free_irq(mbox->irq, mbox);
tasklet_kill(&mbox->txq->tasklet);
flush_work_sync(&mbox->rxq->work);
flush_work_sync(&mbox->rxq->work);
mbox_queue_free(mbox->txq);
mbox_queue_free(mbox->rxq);
}
Expand Down

0 comments on commit 5fd9b27

Please sign in to comment.