Files
linux/drivers/net
Joe Perches 8b711d6db5 mv643xx_eth: Neaten mv643xx_eth_program_multicast_filter
The code around the allocation and loops are a bit obfuscated.

Neaten it by using:

o kcalloc with decimal count and sizeof(u32)
o Decimal loop indexing and i++ not i += 4
o A promiscuous block using a similar style
  to the multicast block
o Remove unnecessary variables

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-09-15 12:49:11 -07:00
..
2015-08-13 21:12:17 -07:00
2015-08-24 14:06:37 -07:00
2015-09-09 17:19:14 -07:00
2015-08-25 14:11:20 -07:00
2015-09-15 12:43:49 -07:00
2015-07-08 16:00:09 -07:00
2015-09-15 12:01:41 -07:00