]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
net: depca: Omit check for multicast bit in netdev_for_each_mc_addr
authorTobias Klauser <tklauser@distanz.ch>
Wed, 29 Jun 2011 02:15:15 +0000 (02:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2011 05:13:38 +0000 (22:13 -0700)
commit3170ff54c26004ea627022af695d0c8709d29b04
treee4d3cc24adacebdf3e4c31de89d6805b2ee513d1
parentbda7ed47937bd9ba8c10631ca884f7fefb162f4d
net: depca: 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>
drivers/net/depca.c