]> 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)
commitb58c1cbd14b61bf59c2876cacef224edfbcddea5
tree1408abb8feb22162652a22f2890bfb85f8207bd3
parentb3e45eeb02718906c2d9998686fcf3153a99dac7
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