Skip to content
Commit 943d8d8b authored by Tomoya MORINAGA's avatar Tomoya MORINAGA Committed by Dan Williams
Browse files

dma : EG20T PCH: Fix miss-setting DMA descriptor



Currently, in case of using scatter/gather mode, head of data is not sent to

destination. The cause is second descriptor address is set to NEXT.

The NEXT must have head of descriptor address.

This patch sets head of descriptor address to the NEXT.

Acked-by: default avatarYong Wang <youg.y.wang@intel.com>
Signed-off-by: default avatarTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
[dan.j.williams@intel.com: fixed up usage of virt_to_phys()]
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent cf2f9c59
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