]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] rpc: etherh: fix unused variable warning
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 19 Apr 2008 14:12:23 +0000 (15:12 +0100)
committerRussell 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

index 00081d2b9cd5f1f87b4eee443919c42523d2f585..e9d15eccad082cf91f72f8115ae27190a7a8c1b3 100644 (file)
@@ -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();