public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] m68k: apollo: Remove a duplicate assignment in dn_timer_int
@ 2023-07-05 12:13 Minjie Du
  2023-07-05 12:38 ` Geert Uytterhoeven
  2023-07-05 12:42 ` Andreas Schwab
  0 siblings, 2 replies; 3+ messages in thread
From: Minjie Du @ 2023-07-05 12:13 UTC (permalink / raw)
  To: Geert Uytterhoeven, Minjie Du, Stephen Rothwell,
	open list:M68K ARCHITECTURE, open list
  Cc: opensource.kernel

Delete a duplicate statement from this function implementation.

Signed-off-by: Minjie Du <duminjie@vivo.com>
---
 arch/m68k/apollo/config.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/m68k/apollo/config.c b/arch/m68k/apollo/config.c
index 42a8b8e2b..5645d2018 100644
--- a/arch/m68k/apollo/config.c
+++ b/arch/m68k/apollo/config.c
@@ -173,7 +173,6 @@ irqreturn_t dn_timer_int(int irq, void *dev_id)
 	legacy_timer_tick(1);
 	timer_heartbeat();
 
-	x = *(volatile unsigned char *)(apollo_timer + 3);
 	x = *(volatile unsigned char *)(apollo_timer + 5);
 
 	return IRQ_HANDLED;
-- 
2.39.0


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

end of thread, other threads:[~2023-07-05 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-05 12:13 [PATCH v1] m68k: apollo: Remove a duplicate assignment in dn_timer_int Minjie Du
2023-07-05 12:38 ` Geert Uytterhoeven
2023-07-05 12:42 ` Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox