android_kernel_xiaomi_sm8350/core
Min Liu 4710404f78 qcacld-3.0: Fix delayed work leak in hdd_context_create
Delayed work leak is observed when hdd_wlan_startup failed in
__hdd_soc_probe. It will call hdd_context_destroy for cleanup, but
the delayed work created in hdd_context_create is destroyed in
hdd_wlan_exit.

To fix this leak, move this from hdd_wlan_exit to hdd_context_destroy

Change-Id: I237de3695e8915dee9ba085c5d3679a3b438d323
CRs-Fixed: 2432748
2019-04-11 01:13:18 -07:00
..
bmi qcacld-3.0: bmi: Replace explicit comparison to NULL 2019-03-19 22:54:28 -07:00
cds qcacld-3.0: Fix scan queue not unregistered 2019-04-09 06:37:02 -07:00
dp qcacld-3.0: Disable ol_txrx_peer_release_ref() logs 2019-04-09 04:00:20 -07:00
hdd qcacld-3.0: Fix delayed work leak in hdd_context_create 2019-04-11 01:13:18 -07:00
mac Release 5.2.0.130B 2019-04-10 05:26:49 -07:00
pld qcacld-3.0: pld: Replace explicit comparison to NULL 2019-03-24 19:26:51 -07:00
sap qcacld-3.0: Replace MAC_ADDR_ARRAY with QDF_MAC_ADDR_ARRAY 2019-04-09 22:20:38 -07:00
sme qcacld-3.0: Replace MAC_ADDR_ARRAY with QDF_MAC_ADDR_ARRAY 2019-04-09 22:20:38 -07:00
wma qcacld-3.0: Replace MAC_ADDR_ARRAY with QDF_MAC_ADDR_ARRAY 2019-04-09 22:20:38 -07:00