commit | 3e25a8f31af1c740c6ba2c7ad74d91830fd630c8 | [log] [tgz] |
---|---|---|
author | Mitch Williams <mitch.a.williams@intel.com> | Mon May 16 10:26:32 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Jun 27 15:15:47 2016 -0700 |
tree | cd30af6c6f2d872bcfda4874274fbc0b537b4667 | |
parent | fb70fabad86d79330c9d70449b09ee88f7a7c22a [diff] |
i40e: add hw struct local variable This function uses the i40e_hw struct all over the place, so why doesn't it keep a pointer to the struct? Add this pointer as a local variable and use it consistently throughout the function. Change-ID: I10eb688fe40909433fcb8ac7ac891cef67445d72 Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>