projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a26c43
)
Fix compile warning in net/eth.c
author
Remy Bohmer
<linux@bohmer.net>
Sat, 19 Feb 2011 19:15:14 +0000
(20:15 +0100)
committer
Remy Bohmer
<linux@bohmer.net>
Sat, 19 Feb 2011 19:32:38 +0000
(20:32 +0100)
Signed-off-by: Remy Bohmer <linux@bohmer.net>
net/eth.c
patch
|
blob
|
history
diff --git
a/net/eth.c
b/net/eth.c
index
cec0387
..
3a7ff50
100644
(file)
--- a/
net/eth.c
+++ b/
net/eth.c
@@
-453,7
+453,7
@@
int eth_receive(volatile void *packet, int length)
void eth_try_another(int first_restart)
{
static struct eth_device *first_failed = NULL;
- char *ethrotate
, *act
;
+ char *ethrotate;
/*
* Do not rotate between network interfaces when