[PATCH 0/4] net: a few kzalloc/memset cleanups

From: Rasmus Villemoes
Date: Wed Sep 09 2015 - 04:38:37 EST


These are just a few k[czm]alloc/memset related cleanups.

Rasmus Villemoes (4):
net: cavium: liquidio: use kzalloc in setup_glist()
net: jme: use kzalloc() instead of kmalloc+memset
net: mv643xx_eth: use kzalloc
net: qlcnic: delete redundant memsets

drivers/net/ethernet/cavium/liquidio/lio_main.c | 3 +--
drivers/net/ethernet/jme.c | 8 ++------
drivers/net/ethernet/marvell/mv643xx_eth.c | 5 +----
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 2 --
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c | 2 --
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | 2 --
6 files changed, 4 insertions(+), 18 deletions(-)

--
2.1.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/