]> Pileus Git - ~andy/linux/commit
net: de4x5: Omit check for multicast bit in netdev_for_each_mc_addr
authorTobias Klauser <tklauser@distanz.ch>
Thu, 30 Jun 2011 21:37:52 +0000 (21:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2011 08:51:03 +0000 (01:51 -0700)
commite77aeb71f04ed236fffe5f347e208c8b0e92d48a
tree13c4d9de66ef4b00681b4236779ff52ee9bb4606
parentb9ab82c774d8abcca8b6c1d5f30f5912a4448980
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>
drivers/net/tulip/de4x5.c