OSDN Git Service

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)
commitcbfe31b5d74dcfba46329813855e28e53d080d57
tree1408abb8feb22162652a22f2890bfb85f8207bd3
parentc275684b9250f66e83b1769d76120e03ac964ec4
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