commit | eb31c4e0b0d8d7f673f95644cbfd2993f1c36840 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Jun 29 02:15:35 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 30 22:13:38 2011 -0700 |
tree | 7f68a01aee4b929e9ac0560dec53c368caab2fdc | |
parent | 3170ff54c26004ea627022af695d0c8709d29b04 [diff] |
net: iseries_veth: Omit check for multicast bit in netdev_for_each_mc_addr There is no need to check for the address being a multicast address in the netdev_for_each_mc_addr loop, so remove it. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>