Re: [PATCH 4/8] powerpc/perf: Use existing out label in power_pmu_enable()

2013-06-27 Thread Anshuman Khandual
On 06/24/2013 04:58 PM, Michael Ellerman wrote: In power_pmu_enable() we can use the existing out label to reduce the number of return paths. Signed-off-by: Michael Ellerman mich...@ellerman.id.au Reviewed-by: Anshuman Khandual khand...@linux.vnet.ibm.com ---

[PATCH 4/8] powerpc/perf: Use existing out label in power_pmu_enable()

2013-06-24 Thread Michael Ellerman
In power_pmu_enable() we can use the existing out label to reduce the number of return paths. Signed-off-by: Michael Ellerman mich...@ellerman.id.au --- arch/powerpc/perf/core-book3s.c |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/perf/core-book3s.c