projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a90180d
)
ARM: OMAP: mailbox: trivial whitespace fix
author
Felipe Contreras
<felipe.contreras@nokia.com>
Tue, 6 Mar 2012 00:11:03 +0000
(16:11 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 6 Mar 2012 00:11:03 +0000
(16:11 -0800)
Trivial whitespace fix
Signed-off-by: Felipe Contreras <felipe.contreras@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/mailbox.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/plat-omap/mailbox.c
b/arch/arm/plat-omap/mailbox.c
index ad80112c22751defaaa4cb5b9aefe11eac27e6be..ad32621aa52e259fe20346d60f5d9f7d38edbad6 100644
(file)
--- a/
arch/arm/plat-omap/mailbox.c
+++ b/
arch/arm/plat-omap/mailbox.c
@@
-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);
}