Skip to content

Commit

Permalink
[ARM] rpc: etherh: fix unused variable warning
Browse files Browse the repository at this point in the history
Fix:
  drivers/net/arm/etherh.c:650: warning: unused variable `i'

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Jul 3, 2008
1 parent d70ac82 commit 36149f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/arm/etherh.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 36149f0

Please sign in to comment.