Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36149f02 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] rpc: etherh: fix unused variable warning



Fix:
  drivers/net/arm/etherh.c:650: warning: unused variable `i'

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d70ac829
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();