On Thu, 3 Dec 2020 17:28:16 -0600 Bjorn Andersson wrote:
> > When the coherent memory is freed in gsi_trans_pool_exit_dma(), we
> > are mistakenly passing the size of a single element in the pool
> > rather than the actual allocated size. Fix this bug.
> >
> > Fixes: 9dd441e4ed575 ("soc: qcom: ipa: GSI transactions")
> > Reported-by: Stephen Boyd <[email protected]>
> > Tested-by: Sujit Kautkar <[email protected]>
> > Signed-off-by: Alex Elder <[email protected]>
>
> Reviewed-by: Bjorn Andersson <[email protected]>
Applied, thanks!