2008-06-16 13:40:43

by Andre Haupt

[permalink] [raw]
Subject: [PATCH] hamradio: remove unused variable

Signed-off-by: Andre Haupt <[email protected]>
---
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


2008-06-28 00:22:27

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] hamradio: remove unused variable

From: Andre Haupt <[email protected]>
Date: Mon, 16 Jun 2008 15:40:34 +0200

> Signed-off-by: Andre Haupt <[email protected]>

Applied, thanks.