linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] clocksource/drivers/sun4i: remove unnecessary (void*) conversions
@ 2022-07-20  2:07 XU pengfei
  2022-07-20 14:42 ` Daniel Lezcano
  2022-07-28 10:44 ` [tip: timers/core] clocksource/drivers/sun4i: Remove " tip-bot2 for XU pengfei
  0 siblings, 2 replies; 3+ 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


^ permalink raw reply related	[flat|nested] 3+ 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
  2022-07-28 10:44 ` [tip: timers/core] clocksource/drivers/sun4i: Remove " tip-bot2 for XU pengfei
  1 sibling, 0 replies; 3+ 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip: timers/core] 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
@ 2022-07-28 10:44 ` tip-bot2 for XU pengfei
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for XU pengfei @ 2022-07-28 10:44 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: XU pengfei, Daniel Lezcano, x86, linux-kernel

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     7a93d490900edcdbd3833d8bb9a01b23d8bb461e
Gitweb:        https://git.kernel.org/tip/7a93d490900edcdbd3833d8bb9a01b23d8bb461e
Author:        XU pengfei <xupengfei@nfschina.com>
AuthorDate:    Wed, 20 Jul 2022 10:07:35 +08:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Wed, 27 Jul 2022 17:01:52 +02:00

clocksource/drivers/sun4i: Remove unnecessary (void*) conversions

Remove unnecessary void* type casting.

Signed-off-by: XU pengfei <xupengfei@nfschina.com>
Link: https://lore.kernel.org/r/20220720020735.3771-1-xupengfei@nfschina.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 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 bb6ea6c..94dc6e4 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));

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-28 10:44 UTC | newest]

Thread overview: 3+ 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
2022-07-28 10:44 ` [tip: timers/core] clocksource/drivers/sun4i: Remove " tip-bot2 for XU pengfei

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).