staging: gasket: fix data page unmap DMA direction
authorNick Ewalt <nicholasewalt@google.com>
Mon, 17 Sep 2018 12:39:00 +0000 (05:39 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2018 11:22:01 +0000 (13:22 +0200)
commitd2118f8e93dfc41ab660fb97593dbd6ebdd11f7e
treeeed6fa0778cc9755c503286c93883dba00317504
parent912b8a811cc1bf26334840e9f532136072569b17
staging: gasket: fix data page unmap DMA direction

The DMA direction supplied to dma_unmap_page should match the
corresponding dma_map_page call, which is mapped bi-directional.

Signed-off-by: Nick Ewalt <nicholasewalt@google.com>
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gasket/gasket_page_table.c