Kaynağa Gözat

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

Linux Build Service Account 7 yıl önce
ebeveyn
işleme
c6e57eb7ba
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;