From: Tobias Klauser Date: Thu, 7 Jul 2011 22:06:26 +0000 (+0000) Subject: drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr X-Git-Tag: v3.1-rc1~316^2~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=498d8e236304a62a2774d7264bdff2c6e8102b5b;p=pandora-kernel.git drivers/net: 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. This patch covers all remaining network drivers still containing such a check. Cc: Joe Perches Signed-off-by: Tobias Klauser Signed-off-by: David S. Miller --- Reading git-diff-tree failed