]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Fix format specifier
authorTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 27 Feb 2020 18:15:02 +0000 (10:15 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 10 Mar 2020 20:10:47 +0000 (13:10 -0700)
commitf018f92c8826a32528c23effcfcd6f1fce9000de
tree360864a21913a5b311f28430f947ab3fbb5d472e
parent7b235e93b81db545d80ccb89e8b4f890479e01f1
ice: Fix format specifier

Commit c80a1b299462 ("ice: Removing hung_queue variable to use txqueue
function parameter") began utilizing the txqueue variable over the
hung_queue variable. hung_queue was an int where txqueue is an unsigned
int. Update the format specifiers to reflect the new type.

Fixes: c80a1b299462 ("ice: Removing hung_queue variable to use txqueue function parameter")
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_main.c