powerpc/powernv: Fix compile without CONFIG_TRACEPOINTS
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Tue, 12 Mar 2019 05:07:12 +0000 (16:07 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 13 Mar 2019 03:59:39 +0000 (14:59 +1100)
commit1702877621ff1c8a737857b71d379510267a17db
tree17bae474cd01a02b5e2faf962efb54c2ee9a7d5d
parent19d6907521b04206676741b26e05a1524662f9d2
powerpc/powernv: Fix compile without CONFIG_TRACEPOINTS

The functions returns s64 but the return statement is missing.
This adds the missing return statement.

Fixes: 75d9fc7fd94e ("powerpc/powernv: move OPAL call wrapper tracing and interrupt handling to C")
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/powernv/opal-call.c