]> git.baikalelectronics.ru Git - kernel.git/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)
commit3d989abfae068191ca7ce6165224a86b6f49f9bc
tree13c4d9de66ef4b00681b4236779ff52ee9bb4606
parent6ee9c1801ad2e4b70fbafcc5fdbbc4802d77957f
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