Re: [PATCH v3 2/8] clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptr

2019-06-19 Thread Thierry Reding
On Tue, Jun 18, 2019 at 05:03:52PM +0300, Dmitry Osipenko wrote: > It was left unnoticed by accident, which means that the code could be > cleaned up a tad more. > > Acked-by: Jon Hunter > Signed-off-by: Dmitry Osipenko > --- > drivers/clocksource/timer-tegra.c | 42 ++--

[PATCH v3 2/8] clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptr

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