commit | da4ea4baf77c9e45c53671e465043ffaf26fd45d | [log] [tgz] |
---|---|---|
author | Mark Rustad <mark.d.rustad@intel.com> | Sat Aug 08 16:18:07 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Sep 22 15:58:31 2015 -0700 |
tree | 3577e99f966d7dfd394ea793e2af2b544999e32c | |
parent | bb5ce9a5cb6e915a2b284a8785686716823679d1 [diff] |
ixgbe: Set lan_id before first I2C eeprom access The lan_id is being set after a previous I2C eeprom access which makes no sense because it needs to be set before any access. Move the setting to before the access. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>