commit | 5b6c09660da8779dd545fa717c2b0cc79d477c9e | [log] [tgz] |
---|---|---|
author | Oza Pawandeep <poza@codeaurora.org> | Thu Jul 19 17:58:06 2018 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Jul 20 15:27:09 2018 -0500 |
tree | ebc8d20816c9c77d0543de52293bd9b627a6b45b | |
parent | e7b0b847de6db161e3917732276e425bc92a2feb [diff] |
PCI/AER: Factor out ERR_NONFATAL status bit clearing aer_error_resume() clears all ERR_NONFATAL error status bits. This is exactly what pci_cleanup_aer_uncorrect_error_status(), so use that instead of duplicating the code. Signed-off-by: Oza Pawandeep <poza@codeaurora.org> [bhelgaas: split to separate patch] Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>