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)
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>

No differences found