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

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

[PATCH v2 4/6] clocksource/drivers/tegra: Drop unneeded typecasting in one place

2019-06-10 Thread Dmitry Osipenko
There is no need to cast void because kernel allows to do that without a warning message from a compiler. 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.c b/drivers/clocksou