Procházet zdrojové kódy

Merge "qcacmn: Kill bh execution contexts before cleaning up the hif"

Linux Build Service Account před 8 roky
rodič
revize
c6e57eb7ba
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      hif/src/ce/ce_main.c

+ 1 - 1
hif/src/ce/ce_main.c

@@ -2114,7 +2114,7 @@ void hif_ce_stop(struct hif_softc *scn)
 	 * before cleaning up any memory, ensure irq &
 	 * bottom half contexts will not be re-entered
 	 */
-	hif_nointrs(scn);
+	hif_disable_isr(&scn->osc);
 	hif_destroy_oom_work(scn);
 	scn->hif_init_done = false;