Re: [kernel] powerpc/powernv: Fix compile without CONFIG_TRACEPOINTS

2019-03-14 Thread Michael Ellerman
On Tue, 2019-03-12 at 05:07:12 UTC, Alexey Kardashevskiy wrote: > The functions returns s64 but the return statement is missing. > This adds the missing return statement. > > Signed-off-by: Alexey Kardashevskiy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/1702877621ff1c8a73

[PATCH kernel] powerpc/powernv: Fix compile without CONFIG_TRACEPOINTS

2019-03-11 Thread Alexey Kardashevskiy
The functions returns s64 but the return statement is missing. This adds the missing return statement. Signed-off-by: Alexey Kardashevskiy --- Just in case if this has not been caught just yet :) --- arch/powerpc/platforms/powernv/opal-call.c | 1 + 1 file changed, 1 insertion(+) diff --git