Commit 00278564 authored by Zhuo Chen's avatar Zhuo Chen Committed by Herbert Xu
Browse files

crypto: hisilicon - Remove pci_aer_clear_nonfatal_status() call



Calls to pci_cleanup_aer_uncorrect_error_status() have already been
removed after commit 62b36c3e ("PCI/AER: Remove
pci_cleanup_aer_uncorrect_error_status() calls"). But in commit
6c6dd580 ("crypto: hisilicon/qm - add controller reset interface")
pci_aer_clear_nonfatal_status() was used again, so remove it in
this patch.

note: pci_cleanup_aer_uncorrect_error_status() was renamed to
pci_aer_clear_nonfatal_status() in commit 894020fd
("PCI/AER: Rationalize error status register clearing")

Signed-off-by: default avatarZhuo Chen <chenzhuo.1@bytedance.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 042b4b16
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5466,8 +5466,6 @@ pci_ers_result_t hisi_qm_dev_slot_reset(struct pci_dev *pdev)
	if (pdev->is_virtfn)
		return PCI_ERS_RESULT_RECOVERED;

	pci_aer_clear_nonfatal_status(pdev);

	/* reset pcie device controller */
	ret = qm_controller_reset(qm);
	if (ret) {