All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/5 v3] WATCHDOG: mtx1-wdt: remove unused variable 'tmp'
@ 2011-06-15 17:15 Florian Fainelli
  0 siblings, 0 replies; only message in thread
From: Florian Fainelli @ 2011-06-15 17:15 UTC (permalink / raw)
  To: Wim Van Sebroeck; +Cc: linux-mips, linux-watchdog, Manuel Lauss, Jamie Iles


Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
No changes in v1, v2 and v3

diff --git a/drivers/watchdog/mtx-1_wdt.c b/drivers/watchdog/mtx-1_wdt.c
index 03cab33..ac37bb8 100644
--- a/drivers/watchdog/mtx-1_wdt.c
+++ b/drivers/watchdog/mtx-1_wdt.c
@@ -71,8 +71,6 @@ static struct {
 
 static void mtx1_wdt_trigger(unsigned long unused)
 {
-	u32 tmp;
-
 	spin_lock(&mtx1_wdt_device.lock);
 	if (mtx1_wdt_device.running)
 		ticks--;
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-15 17:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-15 17:15 [PATCH 5/5 v3] WATCHDOG: mtx1-wdt: remove unused variable 'tmp' Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.