Explorar el Código

qcacld-3.0: Complete the wait for event if register driver fails

Complete the wait for event if register driver fails during insmod.

Change-Id: I1855d7304b63a926e328c8713a317d6be2b22d0e
CRs-Fixed: 2512236
Alan Chen hace 5 años
padre
commit
3018129b66
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      core/hdd/src/wlan_hdd_main.c

+ 1 - 0
core/hdd/src/wlan_hdd_main.c

@@ -14350,6 +14350,7 @@ pld_deinit:
 	hdd_driver_mode_change_unregister();
 	pld_deinit();
 
+	hdd_start_complete(errno);
 param_destroy:
 	wlan_hdd_state_ctrl_param_destroy();
 wakelock_destroy: