Messages in this thread Patch in this message |  | | From | Andre Haupt <> | Subject | [PATCH] hamradio: remove unused variable | Date | Mon, 16 Jun 2008 15:40:34 +0200 |
| |
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
|  |