]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDING
authorJacob Keller <jacob.e.keller@intel.com>
Tue, 7 Jun 2016 23:08:50 +0000 (16:08 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Sun, 26 Feb 2017 06:04:21 +0000 (22:04 -0800)
commit52906ce18cecf2215557523e04fd8bcef0b50e78
tree7cdfd4a3318efcd0bf56009c5789b8303eb1df47
parentbc21f4e538205d4848a14081e3015e8e11891388
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>
Orabug: 25394529
(cherry picked from commit 106ca42356b49a1ae6199e6630ec40df82ff7421)
Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
drivers/net/ethernet/intel/fm10k/fm10k_pci.c