diff --git a/qla2x00t/qla_os.c b/qla2x00t/qla_os.c index 20bb988a1..44a051c23 100644 --- a/qla2x00t/qla_os.c +++ b/qla2x00t/qla_os.c @@ -4775,7 +4775,9 @@ qla2xxx_pci_resume(struct pci_dev *pdev) "The device failed to resume I/O from slot/link_reset.\n"); } +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 7, 0) pci_cleanup_aer_uncorrect_error_status(pdev); +#endif ha->flags.eeh_busy = 0; }