]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Remove pci_aer_clear_nonfatal_status() call
authorZhuo Chen <chenzhuo.1@bytedance.com>
Wed, 29 Jun 2022 10:03:34 +0000 (18:03 +0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 15 Jul 2022 17:41:39 +0000 (10:41 -0700)
commit841b0d3640af757503c399e2dd16d054bb2f7c5b
tree87601628e8a5fdcaddc97668ad8cc3478172a1a0
parent60b37ec662908c42c66ed18b2e75d643653c0f4f
ice: Remove pci_aer_clear_nonfatal_status() call

After commit f1b2c23e295c ("PCI/AER: Remove
pci_cleanup_aer_uncorrect_error_status() calls"), calls to
pci_cleanup_aer_uncorrect_error_status() have already been removed. But in
commit ed960cad6c41 ("ice: Implement pci_error_handler ops")
pci_cleanup_aer_uncorrect_error_status  was used again, so remove it in
this patch.

Signed-off-by: Zhuo Chen <chenzhuo.1@bytedance.com>
Cc: Muchun Song <songmuchun@bytedance.com>
Cc: Sen Wang <wangsen.harry@bytedance.com>
Cc: Wenliang Wang <wangwenliang.1995@bytedance.com>
Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_main.c