fm10k: fix incorrect index calculation in fm10k_write_reta
authorJacob Keller <jacob.e.keller@intel.com>
Mon, 18 Apr 2016 22:45:00 +0000 (15:45 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 29 Jun 2016 16:53:36 +0000 (09:53 -0700)
commit34875887f360d7bd0b7f0a89f7c6d65eca616ee3
tree31c08362f8285b6cba080872c8451c035f6d2d95
parentfb5677aa26a2ae2c94ffb889ab6802a42bf54b0b
fm10k: fix incorrect index calculation in fm10k_write_reta

The index calculated when looping through the indir array passed to
fm10k_write_reta was incorrectly calculated as the first part i needs to
be multiplied by 4.

Fixes: 0cfea7a65738 ("fm10k: fix possible null pointer deref after kcalloc", 2016-04-13)
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c
This page took 0.041852 seconds and 5 git commands to generate.