linux-pinenote/drivers/net/ethernet/qlogic/qlcnic
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
..
Makefile qlcnic: 83xx register dump routines 2013-01-02 02:43:27 -08:00
qlcnic.h qlcnic: Bump up the version to 5.1.33 2013-01-30 20:34:50 -05:00
qlcnic_83xx_hw.c qlcnic: driver LRO bug fix 2013-01-30 20:34:50 -05:00
qlcnic_83xx_hw.h qlcnic: 83xx ethtool interface routines 2013-01-02 02:43:27 -08:00
qlcnic_83xx_init.c ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups 2013-02-04 13:22:33 -05:00
qlcnic_83xx_vnic.c qlcnic: Fix minidump in NPAR mode 2013-01-30 20:34:50 -05:00
qlcnic_ctx.c qlcnic: set driver version in firmware 2013-01-27 01:00:07 -05:00
qlcnic_ethtool.c qlcnic: remove unused definitions from header file 2013-01-02 02:43:28 -08:00
qlcnic_hdr.h qlcnic: remove unused definitions from header file 2013-01-02 02:43:28 -08:00
qlcnic_hw.c ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups 2013-02-04 13:22:33 -05:00
qlcnic_hw.h qlcnic: 83xx memory map and HW access routines 2013-01-02 02:43:26 -08:00
qlcnic_init.c ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups 2013-02-04 13:22:33 -05:00
qlcnic_io.c qlcnic: Fix sparse check endian warnings 2013-01-30 20:34:49 -05:00
qlcnic_main.c ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups 2013-02-04 13:22:33 -05:00
qlcnic_minidump.c ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups 2013-02-04 13:22:33 -05:00
qlcnic_sysfs.c qlcnic: 83xx sysfs routines 2013-01-02 02:43:27 -08:00