projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bade04
)
net:removed the unused variable
author
Wanlong Gao
<wanlong.gao@gmail.com>
Sun, 10 Apr 2011 14:10:27 +0000
(16:10 +0200)
committer
Jesper Nilsson
<jespern@axis.com>
Tue, 3 Apr 2012 11:09:18 +0000
(13:09 +0200)
removed the unused variable "np" of eth_v10.c.
Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
drivers/net/cris/eth_v10.c
patch
|
blob
|
history
diff --git
a/drivers/net/cris/eth_v10.c
b/drivers/net/cris/eth_v10.c
index
ec03b40
..
9c755db
100644
(file)
--- a/
drivers/net/cris/eth_v10.c
+++ b/
drivers/net/cris/eth_v10.c
@@
-1131,7
+1131,6
@@
static irqreturn_t
e100rxtx_interrupt(int irq, void *dev_id)
{
struct net_device *dev = (struct net_device *)dev_id;
- struct net_local *np = netdev_priv(dev);
unsigned long irqbits;
/*