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:
d70ac82
)
[ARM] rpc: etherh: fix unused variable warning
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sat, 19 Apr 2008 14:12:23 +0000
(15:12 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 3 Jul 2008 13:25:56 +0000
(14:25 +0100)
Fix:
drivers/net/arm/etherh.c:650: warning: unused variable `i'
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/net/arm/etherh.c
patch
|
blob
|
history
diff --git
a/drivers/net/arm/etherh.c
b/drivers/net/arm/etherh.c
index 00081d2b9cd5f1f87b4eee443919c42523d2f585..e9d15eccad082cf91f72f8115ae27190a7a8c1b3 100644
(file)
--- a/
drivers/net/arm/etherh.c
+++ b/
drivers/net/arm/etherh.c
@@
-647,7
+647,7
@@
etherh_probe(struct expansion_card *ec, const struct ecard_id *id)
struct ei_device *ei_local;
struct net_device *dev;
struct etherh_priv *eh;
- int
i,
ret;
+ int ret;
DECLARE_MAC_BUF(mac);
etherh_banner();