Re: [PATCH v2 2/6] clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptr

2019-06-14 Thread Jon Hunter
On 10/06/2019 17:43, Dmitry Osipenko wrote: > It was left unnoticed by accident, which means that the code could be > cleaned up a tad more. > > Signed-off-by: Dmitry Osipenko > --- > drivers/clocksource/timer-tegra.c | 42 ++- > 1 file changed, 25 insertions(+), 17

[PATCH v2 2/6] clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptr

2019-06-10 Thread Dmitry Osipenko
It was left unnoticed by accident, which means that the code could be cleaned up a tad more. Signed-off-by: Dmitry Osipenko --- drivers/clocksource/timer-tegra.c | 42 ++- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/drivers/clocksource/timer-tegra.