staging: android: ion: Stop butchering the DMA address
authorLaura Abbott <labbott@redhat.com>
Tue, 18 Apr 2017 18:27:06 +0000 (11:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Apr 2017 18:43:14 +0000 (20:43 +0200)
commit62b3a094cb9e4a3c5a5be4a20b72e0ced3af0e31
tree1def6fdf42e4debb28d2bdc06664771df1cd54cb
parent204f672255c228ef7a66c29ae48123778da938a1
staging: android: ion: Stop butchering the DMA address

Now that we have proper caching, stop setting the DMA address manually.
It should be set after properly calling dma_map.

Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.c