2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-16 17:43:56 +08:00
linux-next/drivers/net/ethernet/intel/e1000
Joe Perches 14f8dc4953 drivers: net: Remove remaining alloc/OOM messages
alloc failures already get standardized OOM
messages and a dump_stack.

For the affected mallocs around these OOM messages:

Converted kmallocs with multiplies to kmalloc_array.
Converted a kmalloc/memcpy to kmemdup.
Removed now unused stack variables.
Removed unnecessary parentheses.
Neatened alignment.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Arend van Spriel <arend@broadcom.com>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-02-08 17:44:39 -05:00
..
e1000_ethtool.c treewide: fix typo of "suppport" in various comments 2012-11-19 14:13:52 +01:00
e1000_hw.c e1000: fix concurrent accesses to PHY from watchdog and ethtool 2012-11-01 03:11:13 -07:00
e1000_hw.h e1000: Adding e1000_dump function 2012-02-07 04:01:46 -08:00
e1000_main.c drivers: net: Remove remaining alloc/OOM messages 2013-02-08 17:44:39 -05:00
e1000_osdep.h
e1000_param.c drivers/net: fix up function prototypes after __dev* removals 2012-12-07 14:22:22 -05:00
e1000.h e1000: Adding e1000_dump function 2012-02-07 04:01:46 -08:00
Makefile