Re: [1/3] powerpc: oprofile: use setup_timer() helper.

2017-10-04 Thread Michael Ellerman
On Fri, 2017-09-22 at 11:34:58 UTC, Allen Pais wrote: > Use setup_timer function instead of initializing timer with the >function and data fields. > > Signed-off-by: Allen Pais Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/83ad1e6a1dc049dd04be4564125a7f cheers

[PATCH 1/3] powerpc: oprofile: use setup_timer() helper.

2017-09-22 Thread Allen Pais
Use setup_timer function instead of initializing timer with the function and data fields. Signed-off-by: Allen Pais --- arch/powerpc/oprofile/op_model_cell.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/arch/powerpc/oprofile/op_model_cell.c b/arch/powerpc/op