drivers/tty/serial: use correct type for dma_map/unmap
authorWolfram Sang <wsa@the-dreams.de>
Mon, 21 Jul 2014 09:42:04 +0000 (11:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jul 2014 23:34:33 +0000 (16:34 -0700)
commit48479148a2f5311a45867469ae43c983bf3b6c88
tree633830d68da8d897b37ab210e41bc6190f724e4d
parent2fbe6c5e3e7f8d698d97984a9dce4f05c3d940ed
drivers/tty/serial: use correct type for dma_map/unmap

dma_{un}map_* uses 'enum dma_data_direction' not 'enum dma_transfer_direction'.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/atmel_serial.c