commit | 106ca42356b49a1ae6199e6630ec40df82ff7421 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Tue Jun 07 16:08:50 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Jul 20 15:22:12 2016 -0700 |
tree | 1c62f2d13751b492121ca0a9e23721d42972f0e9 | |
parent | 34bad71c7c25840cd78dff12d75497d3aab5544d [diff] |
fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDING When stop_hw() routine fails with FM10K_ERR_REQUESTS_PENDING, this indicates that the Tx or Rx queues did not shutdown within the time limit. Print a more suitable message at the dev_info level instead of dev_err. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>