summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-01-16 12:48:09 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2018-02-26 08:28:14 -0800
commit8f611fb046126eeee4a768a6ad50956f2aea9194 (patch)
treeb0f07e8e5ec7a4d3bc391dc9382ce6e5e90b0924 /drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
parentf74290fdb363665538743d14c4f00aeacdb68d87 (diff)
ixgbe: remove redundant initialization of 'pool'
Variable pool is being assigned zero and then in the following for-loop is it being set to zero again. Remove the redundant first assignment. Cleans up clang warning: drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c:61:2: warning: Value stored to 'pool' is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c')
0 files changed, 0 insertions, 0 deletions