[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230705121307.17204-1-duminjie@vivo.com>
Date: Wed, 5 Jul 2023 20:13:07 +0800
From: Minjie Du <duminjie@...o.com>
To: Geert Uytterhoeven <geert@...ux-m68k.org>,
Minjie Du <duminjie@...o.com>,
Stephen Rothwell <sfr@...b.auug.org.au>,
linux-m68k@...ts.linux-m68k.org (open list:M68K ARCHITECTURE),
linux-kernel@...r.kernel.org (open list)
Cc: opensource.kernel@...o.com
Subject: [PATCH v1] m68k: apollo: Remove a duplicate assignment in dn_timer_int
Delete a duplicate statement from this function implementation.
Signed-off-by: Minjie Du <duminjie@...o.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
Powered by blists - more mailing lists