linux-stable/drivers/net/ethernet/ti
Joe Perches b2adaca92c ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
alloc failures already get standardized OOM
messages and a dump_stack.

Convert kzalloc's with multiplies to kcalloc.
Convert kmalloc's with multiplies to kmalloc_array.
Fix a few whitespace defects.
Convert a constant 6 to ETH_ALEN.
Use parentheses around sizeof.
Convert vmalloc/memset to vzalloc.
Remove now unused size variables.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-02-04 13:22:33 -05:00
..
cpmac.c net: phy: remove flags argument from phy_{attach, connect, connect_direct} 2013-01-14 15:11:50 -05:00
cpsw.c ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups 2013-02-04 13:22:33 -05:00
cpsw_ale.c drivers: net: ethernet: cpsw: add multicast address to ALE table 2012-11-01 12:21:29 -04:00
cpsw_ale.h drivers: net: ethernet: cpsw: add multicast address to ALE table 2012-11-01 12:21:29 -04:00
cpts.c cpts: fix a run time warn_on. 2012-12-26 14:15:09 -08:00
cpts.h cpts: fix build error by removing useless code. 2012-12-26 14:15:09 -08:00
davinci_cpdma.c net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptors 2013-01-18 14:27:50 -05:00
davinci_cpdma.h net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptors 2013-01-18 14:27:50 -05:00
davinci_emac.c net: ethernet: davinci: Fix build breakage 2013-01-21 13:12:19 -05:00
davinci_mdio.c ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups 2013-02-04 13:22:33 -05:00
Kconfig cpts: add missing kconfig dependency 2012-11-26 17:22:14 -05:00
Makefile cpts: introduce time stamping code and a PTP hardware clock. 2012-11-01 12:21:30 -04:00
tlan.c drivers/net: fix up function prototypes after __dev* removals 2012-12-07 14:22:22 -05:00
tlan.h