Selaa lähdekoodia

Merge "asoc: wcd-dsp-mgr: clear work queue for wcd dsp manager"

Linux Build Service Account 6 vuotta sitten
vanhempi
sitoutus
a54f5e3777
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      asoc/codecs/wcd-dsp-mgr.c

+ 2 - 0
asoc/codecs/wcd-dsp-mgr.c

@@ -1091,6 +1091,8 @@ static void wdsp_mgr_unbind(struct device *dev)
 	struct wdsp_cmpnt *cmpnt;
 	int idx;
 
+	cancel_work_sync(&wdsp->load_fw_work);
+
 	component_unbind_all(dev, wdsp->ops);
 
 	wdsp_mgr_debugfs_remove(wdsp);