qcacmn: Add params to the wlan_minidump_remove function

For the minidump feature, the wlan_minidump_remove function
definition is modified. So, update the function parameters
accordingly at all instances of the wlan_minidump_remove function.

Change-Id: I5a346f6cdf423ece02fb08d68e4422251af54876
CRs-Fixed: 2860435
This commit is contained in:
Aditya Kodukula
2021-01-15 17:25:40 -08:00
committed by snandini
parent 1c6fef8450
commit 7679b0651a
3 changed files with 73 additions and 20 deletions

View File

@@ -1357,7 +1357,7 @@ extern void hal_detach(void *hal_soc)
qdf_mem_free_consistent(hal->qdf_dev, hal->qdf_dev->dev,
sizeof(*(hal->shadow_wrptr_mem_vaddr)) * HAL_MAX_LMAC_RINGS,
hal->shadow_wrptr_mem_vaddr, hal->shadow_wrptr_mem_paddr, 0);
qdf_minidump_remove(hal);
qdf_minidump_remove(hal, sizeof(*hal), "hal_soc");
qdf_mem_free(hal);
return;