提交 b3e998ee 编写于 作者: M Manish Ahuja 提交者: Paul Mackerras

[POWERPC] Remove extra return statement

Found 2 instances of return one right after each other in
arch_add_memory().  This removes the superfluous one.
Signed-off-by: NManish Ahuja <mahuja@us.ibm.com>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 bc6b73e1
...@@ -128,8 +128,6 @@ int __devinit arch_add_memory(int nid, u64 start, u64 size) ...@@ -128,8 +128,6 @@ int __devinit arch_add_memory(int nid, u64 start, u64 size)
zone = pgdata->node_zones; zone = pgdata->node_zones;
return __add_pages(zone, start_pfn, nr_pages); return __add_pages(zone, start_pfn, nr_pages);
return 0;
} }
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册