Re: [PATCH v3 4/8] clocksource/drivers/tegra: Drop unneeded typecasting in one place

2019-06-19 Thread Thierry Reding
On Tue, Jun 18, 2019 at 05:03:54PM +0300, Dmitry Osipenko wrote: > There is no need to cast void because kernel allows to do that without > a warning message from a compiler. > > Acked-by: Jon Hunter > Signed-off-by: Dmitry Osipenko > --- > drivers/clocksource/timer-tegra.c | 2 +- > 1 file cha

[PATCH v3 4/8] clocksource/drivers/tegra: Drop unneeded typecasting in one place

2019-06-18 Thread Dmitry Osipenko
There is no need to cast void because kernel allows to do that without a warning message from a compiler. Acked-by: Jon Hunter Signed-off-by: Dmitry Osipenko --- drivers/clocksource/timer-tegra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/timer-tegra