public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hamradio: remove unused variable
@ 2008-06-16 13:40 Andre Haupt
  2008-06-28  0:22 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Andre Haupt @ 2008-06-16 13:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, Andre Haupt

Signed-off-by: Andre Haupt <andre@bitwigglers.org>
---
 drivers/net/hamradio/dmascc.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/net/hamradio/dmascc.c b/drivers/net/hamradio/dmascc.c
index 0b94833..e8cfade 100644
--- a/drivers/net/hamradio/dmascc.c
+++ b/drivers/net/hamradio/dmascc.c
@@ -1077,8 +1077,6 @@ static inline void rx_off(struct scc_priv *priv)
 
 static void start_timer(struct scc_priv *priv, int t, int r15)
 {
-	unsigned long flags;
-
 	outb(priv->tmr_mode, priv->tmr_ctrl);
 	if (t == 0) {
 		tm_isr(priv);
-- 
1.5.5.GIT


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

* Re: [PATCH] hamradio: remove unused variable
  2008-06-16 13:40 [PATCH] hamradio: remove unused variable Andre Haupt
@ 2008-06-28  0:22 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-06-28  0:22 UTC (permalink / raw)
  To: andre; +Cc: linux-kernel, trivial

From: Andre Haupt <andre@bitwigglers.org>
Date: Mon, 16 Jun 2008 15:40:34 +0200

> Signed-off-by: Andre Haupt <andre@bitwigglers.org>

Applied, thanks.

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

end of thread, other threads:[~2008-06-28  0:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-16 13:40 [PATCH] hamradio: remove unused variable Andre Haupt
2008-06-28  0:22 ` David Miller

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