ice: Fix initialization for num_nodes_added
authorAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tue, 10 Apr 2018 17:49:49 +0000 (10:49 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 24 Apr 2018 15:55:42 +0000 (08:55 -0700)
commitd332a38c9519e0208f04da465bc88427db3485f6
treed39555d59a6a5a339abb2a160cce85dab8d7a7d6
parent2707df9773cd2cb8b0f35b8592431b301da9d352
ice: Fix initialization for num_nodes_added

ice_sched_add_nodes_to_layer is used recursively, and so we start
with num_nodes_added being 0. This way, in case of an error or if
num_nodes is NULL, the function just returns 0 to indicate that no
nodes were added.

Fixes: 5513b920a4f7 ("ice: Update Tx scheduler tree for VSI multi-Tx queue support")
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_sched.c