summaryrefslogtreecommitdiff
path: root/cnss2/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'cnss2/pci.c')
-rw-r--r--cnss2/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnss2/pci.c b/cnss2/pci.c
index fdb3417..a80826b 100644
--- a/cnss2/pci.c
+++ b/cnss2/pci.c
@@ -4895,7 +4895,7 @@ void cnss_pci_collect_dump_info(struct cnss_pci_data *pci_priv, bool in_panic)
/* Inside panic handler, reduce timeout for RDDM to avoid
* unnecessary hypervisor watchdog bite.
*/
- pci_priv->mhi_ctrl->timeout_ms /= 2;
+ pci_priv->mhi_ctrl->timeout_ms = 5000;
}
cnss_mhi_debug_reg_dump(pci_priv);