commit | 3775b814d5380a25ed89b881d845f79f81bc5547 | [log] [tgz] |
---|---|---|
author | Mark Rustad <mark.d.rustad@intel.com> | Mon Mar 14 11:05:46 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Apr 07 15:26:31 2016 -0700 |
tree | c3bcf7c00405f2fbcc2655fa1b387a6a0024fab9 | |
parent | 832ac592149f542052e387f17dfcfa7ebea50aaf [diff] |
ixgbe: Change the lan_id and func fields to a u8 to avoid casts Since the lan_id and func fields only ever hold small values, make them u8 to avoid casts used to silence warnings. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>