* [PATCH] omap: mailbox: remove unreachable return
@ 2010-10-25 18:38 Omar Ramirez Luna
2010-11-05 21:56 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Omar Ramirez Luna @ 2010-10-25 18:38 UTC (permalink / raw)
To: Hiroshi DOYU
Cc: Tony Lindgren, Felipe Contreras, Suman Anna, linux-omap,
Omar Ramirez Luna
Remove unreachable return statement.
Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
---
arch/arm/mach-omap2/mailbox.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-omap2/mailbox.c b/arch/arm/mach-omap2/mailbox.c
index a0af532..7dc9fa6 100644
--- a/arch/arm/mach-omap2/mailbox.c
+++ b/arch/arm/mach-omap2/mailbox.c
@@ -437,8 +437,6 @@ static int __devinit omap2_mbox_probe(struct platform_device *pdev)
return ret;
}
return 0;
-
- return ret;
}
static int __devexit omap2_mbox_remove(struct platform_device *pdev)
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] omap: mailbox: remove unreachable return
2010-10-25 18:38 [PATCH] omap: mailbox: remove unreachable return Omar Ramirez Luna
@ 2010-11-05 21:56 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2010-11-05 21:56 UTC (permalink / raw)
To: Omar Ramirez Luna; +Cc: Hiroshi DOYU, Felipe Contreras, Suman Anna, linux-omap
* Omar Ramirez Luna <omar.ramirez@ti.com> [101025 11:39]:
> Remove unreachable return statement.
Please repost one more time with linux-arm-kernel list also
Cc'd.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-05 21:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 18:38 [PATCH] omap: mailbox: remove unreachable return Omar Ramirez Luna
2010-11-05 21:56 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox