commit | 8fcc17ccf9071d692b68cd76d77aa524d185291a | [log] [tgz] |
---|---|---|
author | Himanshu Batra <hbatra@codeaurora.org> | Wed Jan 08 13:06:03 2020 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Thu Jan 16 08:08:33 2020 -0800 |
tree | 9d6067e870dbdcd7edf0e434b970e661576c5391 | |
parent | 29b109fa93ce5e6d17d35ee1940914db983c20da [diff] |
qcacmn: Create wrapper API to check all leaks at psoc The current implementaion check for peer, vdev and pdev leaks on psoc in order and if any leak is found for peer then QDF_DEBUG_PANIC is called and vdev and pdev leaks are not checked. Similar is the case if vdev leak is found, pdev leaks are not checked Adding a wrapper API to check all the leaks and then do panic if any leak is found Change-Id: Icf6622760f3646b82f893beb7415b95307e2ccd7 CRs-Fixed: 2599228