net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2
[deliverable/linux.git] / drivers / net / mv643xx_eth.c
index 2733b0a3b70327723ba35ea69d94511103b84c9b..c97b6e4365a96c1af84515f0d1f95864e0ccec79 100644 (file)
@@ -1794,7 +1794,7 @@ oom:
        memset(mc_spec, 0, 0x100);
        memset(mc_other, 0, 0x100);
 
-       for (addr = dev->mc_list; addr != NULL; addr = addr->next) {
+       netdev_for_each_mc_addr(addr, dev) {
                u8 *a = addr->da_addr;
                u32 *table;
                int entry;
This page took 0.026349 seconds and 5 git commands to generate.