* [PATCH 1/1] clocksource/drivers/sun4i: remove unnecessary (void*) conversions
@ 2022-07-20 2:07 XU pengfei
2022-07-20 14:42 ` Daniel Lezcano
0 siblings, 1 reply; 2+ messages in thread
From: XU pengfei @ 2022-07-20 2:07 UTC (permalink / raw)
To: daniel.lezcano, tglx, wens, jernej.skrabec, samuel
Cc: linux-kernel, linux-arm-kernel, linux-sunxi, XU pengfei
remove unnecessary void* type casting.
Signed-off-by: XU pengfei <xupengfei@nfschina.com>
---
drivers/clocksource/timer-sun4i.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clocksource/timer-sun4i.c b/drivers/clocksource/timer-sun4i.c
index bb6ea6c19829..94dc6e42e983 100644
--- a/drivers/clocksource/timer-sun4i.c
+++ b/drivers/clocksource/timer-sun4i.c
@@ -128,7 +128,7 @@ static void sun4i_timer_clear_interrupt(void __iomem *base)
static irqreturn_t sun4i_timer_interrupt(int irq, void *dev_id)
{
- struct clock_event_device *evt = (struct clock_event_device *)dev_id;
+ struct clock_event_device *evt = dev_id;
struct timer_of *to = to_timer_of(evt);
sun4i_timer_clear_interrupt(timer_of_base(to));
--
2.18.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] clocksource/drivers/sun4i: remove unnecessary (void*) conversions
2022-07-20 2:07 [PATCH 1/1] clocksource/drivers/sun4i: remove unnecessary (void*) conversions XU pengfei
@ 2022-07-20 14:42 ` Daniel Lezcano
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Lezcano @ 2022-07-20 14:42 UTC (permalink / raw)
To: XU pengfei, tglx, wens, jernej.skrabec, samuel
Cc: linux-kernel, linux-arm-kernel, linux-sunxi
On 20/07/2022 04:07, XU pengfei wrote:
> remove unnecessary void* type casting.
>
> Signed-off-by: XU pengfei <xupengfei@nfschina.com>
> ---
Applied, thanks
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-20 14:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-20 2:07 [PATCH 1/1] clocksource/drivers/sun4i: remove unnecessary (void*) conversions XU pengfei
2022-07-20 14:42 ` Daniel Lezcano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).