Browse Source

Merge "cnss2: Add code to address boot timer debug corner case" into wlan-platform.lnx.1.0

CNSS_WLAN Service 2 years ago
parent
commit
037264e406
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cnss2/pci.c

+ 1 - 1
cnss2/pci.c

@@ -2184,7 +2184,7 @@ int cnss_pci_start_mhi(struct cnss_pci_data *pci_priv)
 		  jiffies + msecs_to_jiffies(BOOT_DEBUG_TIMEOUT_MS));
 
 	ret = cnss_pci_set_mhi_state(pci_priv, CNSS_MHI_POWER_ON);
-	del_timer(&pci_priv->boot_debug_timer);
+	del_timer_sync(&pci_priv->boot_debug_timer);
 	if (ret == 0)
 		cnss_wlan_adsp_pc_enable(pci_priv, false);