powerpc/perf: Replace the direct return with goto statement
authorAnju T Sudhakar <anju@linux.vnet.ibm.com>
Tue, 22 May 2018 09:12:35 +0000 (14:42 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 3 Jun 2018 10:43:36 +0000 (20:43 +1000)
commitb41bb28b9ea22e7c22a95456c085e5b943c3fe8d
tree2287f150ed7b9d361994efef54148c7995c96f82
parentcb094fa5af7c9623084aa4c3cf529b196f5c3b5c
powerpc/perf: Replace the direct return with goto statement

Replace the direct return statement in imc_mem_init() with goto, to adhere
to the kernel coding style.

Signed-off-by: Anju T Sudhakar <anju@linux.vnet.ibm.com>
Reviewed-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/perf/imc-pmu.c