Commit 47979821 authored by Andre Haupt's avatar Andre Haupt Committed by David S. Miller

hamradio: remove unused variable

Signed-off-by: default avatarAndre Haupt <andre@bitwigglers.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 00eb7fe7
...@@ -1077,8 +1077,6 @@ static inline void rx_off(struct scc_priv *priv) ...@@ -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) static void start_timer(struct scc_priv *priv, int t, int r15)
{ {
unsigned long flags;
outb(priv->tmr_mode, priv->tmr_ctrl); outb(priv->tmr_mode, priv->tmr_ctrl);
if (t == 0) { if (t == 0) {
tm_isr(priv); tm_isr(priv);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment