lkml.org 
[lkml]   [2022]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] drivers: remove unnecessary (void*) conversions.
Date
Dne sreda, 29. junij 2022 ob 08:26:58 CEST je Zhou jie napisal(a):
> remove unnecessary void* type casting.
>
> Signed-off-by: Zhou jie <zhoujie@nfschina.com>

Subject line should have "clocksource/drivers/sun4i:" prefix instead of
"drivers:"

Best regards,
Jernej

> ---
> 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 0ba8155b8287..6fe71f95e2c2 100644
> --- a/drivers/clocksource/timer-sun4i.c
> +++ b/drivers/clocksource/timer-sun4i.c
> @@ -131,7 +131,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));




\
 
 \ /
  Last update: 2022-07-02 23:22    [W:0.147 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site