projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00eb7fe
)
hamradio: remove unused variable
author
Andre Haupt
<andre@bitwigglers.org>
Sat, 28 Jun 2008 00:22:08 +0000
(17:22 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sat, 28 Jun 2008 00:22:08 +0000
(17:22 -0700)
Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hamradio/dmascc.c
patch
|
blob
|
history
diff --git
a/drivers/net/hamradio/dmascc.c
b/drivers/net/hamradio/dmascc.c
index 0b94833e23f7a48b76d16e3f5419d24d7f0556a7..e8cfadefa4b6751dbb74bd663a0f101e76a98d54 100644
(file)
--- 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);