X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fnet%2Fethernet%2Fkorina.c;fp=drivers%2Fnet%2Fethernet%2Fkorina.c;h=0b57085201211583e16f3f4d86f640d9536c1b09;hb=e998fd413e5e7dac750dfe79c79cbf8f417d41b7;hp=5409fe876a441607488d43ac39829f7e5fc9e891;hpb=35e729ac5d5c1a164aee475583cb9830e9707b61;p=cascardo%2Flinux.git diff --git a/drivers/net/ethernet/korina.c b/drivers/net/ethernet/korina.c index 5409fe876a44..0b5708520121 100644 --- a/drivers/net/ethernet/korina.c +++ b/drivers/net/ethernet/korina.c @@ -495,12 +495,9 @@ static void korina_multicast_list(struct net_device *dev) /* Build the hash table */ if (netdev_mc_count(dev) > 4) { - u16 hash_table[4]; + u16 hash_table[4] = { 0 }; u32 crc; - for (i = 0; i < 4; i++) - hash_table[i] = 0; - netdev_for_each_mc_addr(ha, dev) { crc = ether_crc_le(6, ha->addr); crc >>= 26;