]> git.baikalelectronics.ru Git - kernel.git/commit
ice: fix usage of incorrect variable
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Sat, 16 May 2020 00:36:36 +0000 (17:36 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 23 May 2020 05:26:02 +0000 (22:26 -0700)
commit826fcf608e0ee5d537439da325ecbc174c8518ad
treee73777f476ca70332d5a1095a88a10955596fd4a
parentf9d239a7920b56086048b0005ae2971f37ff048b
ice: fix usage of incorrect variable

The driver was using rq_last_status where it should have been
using sq_last_status. Fix the string to be using the correct
error reporting variable.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@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_ethtool.c
drivers/net/ethernet/intel/ice/ice_main.c