mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
[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: Manish Ahuja <mahuja@us.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
bc6b73e14e
commit
b3e998ee05
@ -128,8 +128,6 @@ int __devinit arch_add_memory(int nid, u64 start, u64 size)
|
||||
zone = pgdata->node_zones;
|
||||
|
||||
return __add_pages(zone, start_pfn, nr_pages);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user