Re: [PATCH 2/4] powerpc/perf: Replace the direct return with goto statement

2018-05-02 Thread Madhavan Srinivasan
On Monday 09 April 2018 02:30 PM, Anju T Sudhakar wrote: Replace the direct return statement in imc_mem_init() with goto, to adhere to the kernel coding style. Reviewed-by: Madhavan Srinivasan Signed-off-by: Anju T Sudhakar ---

[PATCH 2/4] powerpc/perf: Replace the direct return with goto statement

2018-04-09 Thread Anju T Sudhakar
Replace the direct return statement in imc_mem_init() with goto, to adhere to the kernel coding style. Signed-off-by: Anju T Sudhakar --- arch/powerpc/perf/imc-pmu.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git