There's no need to have two variables called 'i' when one
suffices.

Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
---
 drivers/net/sungem.c |    1 -
 1 file changed, 1 deletion(-)

--- everything.orig/drivers/net/sungem.c        2008-02-20 12:35:12.000000000 
+0100
+++ everything/drivers/net/sungem.c     2008-02-20 12:35:15.000000000 +0100
@@ -1831,7 +1831,6 @@ static u32 gem_setup_multicast(struct ge
                u16 hash_table[16];
                u32 crc;
                struct dev_mc_list *dmi = gp->dev->mc_list;
-               int i;
 
                for (i = 0; i < 16; i++)
                        hash_table[i] = 0;


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to