From 20e88cce9c13721c10d4e88b86aedc11c8aaba97 Mon Sep 17 00:00:00 2001 From: Mohammed Siddiq Date: Mon, 7 Feb 2022 11:53:21 +0530 Subject: [PATCH] qcacld-3.0: Extend the pld api to get PCI reg dump for kiwi Extend the pld api to get PCI reg dump for kiwi. Change-Id: I3dd25a40abacbe26a4ab4056a85a7224fc3040ce CRs-Fixed: 3125184 --- core/pld/src/pld_pcie.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pld/src/pld_pcie.h b/core/pld/src/pld_pcie.h index e0a7e53f63..d5fdf8651e 100644 --- a/core/pld/src/pld_pcie.h +++ b/core/pld/src/pld_pcie.h @@ -534,7 +534,7 @@ static inline void pld_pcie_link_down(struct device *dev) } #if ((LINUX_VERSION_CODE >= KERNEL_VERSION(4, 19, 0)) && \ - (LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0))) + (LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0))) static inline int pld_pcie_get_reg_dump(struct device *dev, uint8_t *buf, uint32_t len) {