[PATCH] x86: srat: simplify memory affinity init error handling

2013-01-08 Thread Davidlohr Bueso
The acpi_numa_memory_affinity_init() function can fail in several scenarios, use a single point of error return. Signed-off-by: Davidlohr Bueso --- arch/x86/mm/srat.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/arch/x86/mm/srat.c

[PATCH] x86: srat: simplify memory affinity init error handling

2013-01-08 Thread Davidlohr Bueso
The acpi_numa_memory_affinity_init() function can fail in several scenarios, use a single point of error return. Signed-off-by: Davidlohr Bueso davidlohr.bu...@hp.com --- arch/x86/mm/srat.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git