]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: hisilicon - Remove pci_aer_clear_nonfatal_status() call
authorZhuo Chen <chenzhuo.1@bytedance.com>
Tue, 2 Aug 2022 03:29:37 +0000 (11:29 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 19 Aug 2022 10:39:35 +0000 (18:39 +0800)
commit145b15e48c59609c1264d66a4ca055455c8ddf10
tree03369bc5e087016fb3369fe747ecef036b489a65
parent9c7dc11b73a1636b6c1ed0204c11e1c8399ffd8b
crypto: hisilicon - Remove pci_aer_clear_nonfatal_status() call

Calls to pci_cleanup_aer_uncorrect_error_status() have already been
removed after commit f1b2c23e295c ("PCI/AER: Remove
pci_cleanup_aer_uncorrect_error_status() calls"). But in commit
5da0e81fb42a ("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 f99133575043
("PCI/AER: Rationalize error status register clearing")

Signed-off-by: Zhuo Chen <chenzhuo.1@bytedance.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/qm.c