commit | cbfe31b5d74dcfba46329813855e28e53d080d57 | [log] [tgz] |
---|---|---|
author | Pawel Kaminski <pawel.kaminski@intel.com> | Thu Jul 25 01:55:40 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Aug 20 14:42:35 2019 -0700 |
tree | 1408abb8feb22162652a22f2890bfb85f8207bd3 | |
parent | c275684b9250f66e83b1769d76120e03ac964ec4 [diff] |
ice: Change type for queue counts These queue variables are being assigned values that are type u16. Change the local variables to match these types. Since these represent queue counts, they should never be negative. Signed-off-by: Pawel Kaminski <pawel.kaminski@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>