From ff294b83e7a8a653dc6f9e9a96f896e3d1e3d8d9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 21 Dec 2020 19:21:28 +0000 Subject: [PATCH] qla2x00t: Build fix for RHEL / CentOS 8.3 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9226 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla_os.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qla2x00t/qla_os.c b/qla2x00t/qla_os.c index 44a051c23..af84e81ce 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) +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 7, 0) && \ + (!defined(RHEL_RELEASE_CODE) || \ + RHEL_RELEASE_CODE -0 < RHEL_RELEASE_VERSION(8, 3)) pci_cleanup_aer_uncorrect_error_status(pdev); #endif