mirror_ubuntu-kernels/drivers/net/wireless/ath/wil6210
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
..
cfg80211.c wil6210: checkpatch warnings 2013-01-30 15:07:18 -05:00
dbg_hexdump.h
debugfs.c
interrupt.c wil6210: checkpatch warnings 2013-01-30 15:07:18 -05:00
Kconfig
main.c wil6210: checkpatch warnings 2013-01-30 15:07:18 -05:00
Makefile
netdev.c wil6210: checkpatch warnings 2013-01-30 15:07:18 -05:00
pcie_bus.c wil6210: fix checkpatch CamelCase warnings 2013-01-30 15:07:17 -05:00
txrx.c drivers: net: Remove remaining alloc/OOM messages 2013-02-08 17:44:39 -05:00
txrx.h
wil6210.h wil6210: Never delete Rx chain with firmware 2013-01-30 15:07:19 -05:00
wmi.c drivers: net: Remove remaining alloc/OOM messages 2013-02-08 17:44:39 -05:00
wmi.h