commit | cc70b080ea773d7aea4a0440316f30f5af6bb655 | [log] [tgz] |
---|---|---|
author | Mitch Williams <mitch.a.williams@intel.com> | Tue Jun 03 23:50:20 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Jun 19 20:22:06 2014 -0700 |
tree | 8b7152277c3da3a323b7dd15a7b01cc3f3014e76 | |
parent | e57a2fea8787dffcbdff3f7f0567a1e8555dd93a [diff] |
i40evf: fix off-by-one The loop in i40evf_get_rxfh_indir was only reading fifteen registers, not all sixteen. Change the matching loop in i40evf_set_rxfh_indir at the same time to make the code more consistent. Change-ID: I6c182287698e742d1f6ca1a4bcc43cc08df6e1de Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>