diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2010-06-11 11:51:37 -0400 |
---|---|---|
committer | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2010-08-04 08:50:17 -0400 |
commit | 909f9dc71e31e77b6a354b54141e7e9905281156 (patch) | |
tree | 223a4624373aee17e653f836734d45b3680d6478 /arch/arm/mach-omap1/mailbox.c | |
parent | 6b23398591a51943dbf08f30cfc2475a895cb1b4 (diff) |
omap: mailbox: trivial cleanups
And fix a few compilation warnings.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Diffstat (limited to 'arch/arm/mach-omap1/mailbox.c')
-rw-r--r-- | arch/arm/mach-omap1/mailbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/mailbox.c b/arch/arm/mach-omap1/mailbox.c index 4f5b3da3d559..15bf2a29bbcd 100644 --- a/arch/arm/mach-omap1/mailbox.c +++ b/arch/arm/mach-omap1/mailbox.c | |||
@@ -83,7 +83,7 @@ static int omap1_mbox_fifo_full(struct omap_mbox *mbox) | |||
83 | struct omap_mbox1_fifo *fifo = | 83 | struct omap_mbox1_fifo *fifo = |
84 | &((struct omap_mbox1_priv *)mbox->priv)->rx_fifo; | 84 | &((struct omap_mbox1_priv *)mbox->priv)->rx_fifo; |
85 | 85 | ||
86 | return (mbox_read_reg(fifo->flag)); | 86 | return mbox_read_reg(fifo->flag); |
87 | } | 87 | } |
88 | 88 | ||
89 | /* irq */ | 89 | /* irq */ |