commit | fea70e3c492ed5340debde65e2d62e790db5ae02 | [log] [tgz] |
---|---|---|
author | Alok Kumar <alokkuma@codeaurora.org> | Fri Sep 21 15:42:06 2018 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Mon Oct 01 14:59:50 2018 -0700 |
tree | 98892ac395732eb1211b42617cd899ca2d32591f | |
parent | ef1f0f90fcdac63be3bb5a62ef1b8bd3d3002a1c [diff] |
qcacmn: Fix qdf_mem_header_assert_valid check failure In ce_alloc_ring_state(), in case of DMA coherent failure driver trying to free wrong pointer, instead of allocated pointer which leads to qdf_mem_header_assert_valid check failure. Free the actual allocated pointer in case of DMA coherent failure Change-Id: I227c8240ca37a138335bb0766445564a10493c56 CRs-Fixed: 2320196