commit | e77aeb71f04ed236fffe5f347e208c8b0e92d48a | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Thu Jun 30 21:37:52 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 01 01:51:03 2011 -0700 |
tree | 13c4d9de66ef4b00681b4236779ff52ee9bb4606 | |
parent | b9ab82c774d8abcca8b6c1d5f30f5912a4448980 [diff] |
net: de4x5: 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>