Browse Source

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

Linux Build Service Account 8 năm trước cách đây
mục cha
commit
c6e57eb7ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;