bonding: remove useless memset
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 3 Jun 2015 21:13:10 +0000 (14:13 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 4 Jun 2015 08:46:45 +0000 (10:46 +0200)
commite46e3ba5f0e2e379cc7c9143df6c56e7ec9c0fda
tree4785d3a64b0335ccea3fcba20d906fbc0bece2d8
parent8ade036008aea682ada78c0551cc465d7fbcf933
bonding: remove useless memset

Remove 2 unneeded memset's.  The info area is already cleared rte_eth_dev_info_get
and the statistics buffer is cleared by rte_eth_stats_get

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
drivers/net/bonding/rte_eth_bond_api.c
drivers/net/bonding/rte_eth_bond_pmd.c