| commit | e8143bebe69aa225804b14f1722ebdd0e9f4e77e | [log] [tgz] |
|---|---|---|
| author | Fernando Guzman Lugo <fernando.lugo@ti.com> | Wed Aug 22 14:55:18 2012 -0500 |
| committer | Omar Ramirez Luna <omar.luna@linaro.org> | Wed Sep 05 10:56:19 2012 -0500 |
| tree | 855c8752f70b366aa27b83ffe1b0709f885b190d | |
| parent | e7bf51d6fc02b4ef290578e17373077629fd4f6e [diff] |
rpmsg: pass right device paramter to dma_free_coherent function dma_alloc/free_coherent APIs requires the platform specific remoteproc device as the device parameter. We are passing vdev->dev.parent to the dma_free_coherent function which is wrong, it has to be vdev->dev.parent->parent instead as in the dma_alloc_coherent function. Signed-off-by: Fernando Guzman Lugo <fernando.lugo@ti.com>