commit | 071c859b878a05c3f603669bfda2e5b4332dd695 | [log] [tgz] |
---|---|---|
author | Pandi Maharajan <pandi.maharajan@intel.com> | Wed Dec 23 12:05:46 2015 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Feb 16 18:40:26 2016 -0800 |
tree | bc6ff483f579233a15a8c1699cbedb0049b6ea87 | |
parent | 97b884fecd6186ac1bcc932c453dce305d81040b [diff] |
i40e: Store lan_vsi_idx and lan_vsi_id in the right size lan_vsi_idx and lan_vsi_id are assigned to u16 data sized variables but declared in u8. This patch fixes the width of the datatype. Change-ID: If4bcbcc7d32f2b287c51cb33d17879691258dce2 Signed-off-by: Pandi Kumar Maharajan <pandi.maharajan@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>