]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Change type for queue counts
authorPawel Kaminski <pawel.kaminski@intel.com>
Thu, 25 Jul 2019 08:55:40 +0000 (01:55 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 20 Aug 2019 21:42:35 +0000 (14:42 -0700)
commit36a8d5518b38ce7dc7b2581882ca26ec432a2c92
tree1408abb8feb22162652a22f2890bfb85f8207bd3
parent28a09b95021455e7c7f39ea45b9c0b4987e9a76b
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>
drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c