cnss2: Add support for pci reg dump for hang data for kiwi
Add support for pci reg dump for hang data for kiwi. Change-Id: I0b4372e3cf977a3916487360112dc06355b457d8 CRs-Fixed: 3139461
This commit is contained in:
committed by
Madan Koyyalamudi
parent
3adaa3d25d
commit
865b5ac35b
@@ -519,7 +519,7 @@ int cnss_pci_init_smmu(struct cnss_pci_data *pci_priv)
|
||||
int _cnss_pci_get_reg_dump(struct cnss_pci_data *pci_priv,
|
||||
u8 *buf, u32 len)
|
||||
{
|
||||
return 0;
|
||||
return msm_pcie_reg_dump(pci_priv->pci_dev, buf, len);
|
||||
}
|
||||
|
||||
#if IS_ENABLED(CONFIG_ARCH_QCOM)
|
||||
|
||||
Reference in New Issue
Block a user