commit | bda7ed47937bd9ba8c10631ca884f7fefb162f4d | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Wed Jun 29 02:14:46 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 30 22:13:38 2011 -0700 |
tree | be53ecc26ba2a3752fe5766f8792a6774923b834 | |
parent | 0311ee2262440b903a81fa38512d12bc2478e66f [diff] |
net: am79c961a: 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> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>