Re: [PATCH net-next v2] net: de4x5: Omit check for multicast bit in netdev_for_each_mc_addr
From: David Miller <davem@davemloft.net>
Date: 2011-07-01 08:51:28
From: David Miller <davem@davemloft.net>
Date: 2011-07-01 08:51:28
From: Tobias Klauser <tklauser@distanz.ch> Date: Fri, 1 Jul 2011 09:37:52 +0200
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>
Applied, thanks.