Skip to content
Commit c1f43dd9 authored by Xuelin Shi's avatar Xuelin Shi Committed by Dan Williams
Browse files

dmaengine: fix dmaengine_unmap failure



The count which is used to get_unmap_data maybe not the same as the
count computed in dmaengine_unmap which causes to free data in a
wrong pool.

This patch fixes this issue by keeping the map count with unmap_data
structure and use this count to get the pool.

Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarXuelin Shi <xuelin.shi@freescale.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 5a9a55bf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment