提交 5d783731 编写于 作者: O Omar Ramirez Luna 提交者: Hari Kanigeri

OMAP: mailbox: remove unreachable return

Remove unreachable return statement.
Signed-off-by: NOmar Ramirez Luna <omar.ramirez@ti.com>
Acked-by: NBenoit Cousson <b-cousson@ti.com>
Acked-by: NHiroshi Doyu <hiroshi.doyu@nokia.com>
上级 58256307
...@@ -432,9 +432,8 @@ static int __devinit omap2_mbox_probe(struct platform_device *pdev) ...@@ -432,9 +432,8 @@ static int __devinit omap2_mbox_probe(struct platform_device *pdev)
iounmap(mbox_base); iounmap(mbox_base);
return ret; return ret;
} }
return 0;
return ret; return 0;
} }
static int __devexit omap2_mbox_remove(struct platform_device *pdev) static int __devexit omap2_mbox_remove(struct platform_device *pdev)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册