lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 02 Jul 2022 23:22:20 +0200
From:   Jernej Škrabec <jernej.skrabec@...il.com>
To:     daniel.lezcano@...aro.org, tglx@...utronix.de, wens@...e.org,
        samuel@...lland.org, Zhou jie <zhoujie@...china.com>
Cc:     linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        linux-sunxi@...ts.linux.dev, kernel@...china.com,
        Zhou jie <zhoujie@...china.com>
Subject: Re: [PATCH] drivers: remove unnecessary (void*) conversions.

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@...china.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));




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ