commit | ae2bdbb45d38ee2ec67a958bf221138b58817c82 | [log] [tgz] |
---|---|---|
author | Henry Tieman <henry.w.tieman@intel.com> | Fri Aug 02 01:25:24 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Aug 26 23:54:29 2019 -0700 |
tree | 99830a82cc80216c941a5706a3e1cccc9a478747 | |
parent | 152b978a1f904f252ae3df548bc2e183e7368c6d [diff] |
ice: fix adminq calls during remove The order of operations was incorrect in ice_remove(). The code would try to use adminq operations after the adminq was disabled. This caused all adminq calls to fail and possibly timeout waiting. Signed-off-by: Henry Tieman <henry.w.tieman@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>