commit | 1702877621ff1c8a737857b71d379510267a17db | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Tue Mar 12 16:07:12 2019 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Mar 13 14:59:39 2019 +1100 |
tree | 17bae474cd01a02b5e2faf962efb54c2ee9a7d5d | |
parent | 19d6907521b04206676741b26e05a1524662f9d2 [diff] |
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>