]> asedeno.scripts.mit.edu Git - linux.git/commit
tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_for_device()
authorCyrille Pitchen <cyrille.pitchen@atmel.com>
Tue, 9 Dec 2014 13:31:32 +0000 (14:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jan 2015 22:20:49 +0000 (14:20 -0800)
commit485819b5b9ed82372dacae775998f3c33717f7fe
tree973a1ddb493ef6d96233176d7be1365f6f2a0487
parent057badd6885b7149a0d083b35ffaac0c00937309
tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_for_device()

dma_sync_*_for_cpu() and dma_sync_*_for_device() use 'enum dma_data_direction',
not 'enum dma_transfer_direction'

Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/atmel_serial.c