linux-hardened/drivers/vme/bridges
Dmitry Kalinkin b2383c90a9 vme: tsi148: fix first DMA item mapping
This moves DMA mapping of the first list element to vme_list_add, the
same place where other elements mappings occur. This prevents extra
mapping or over-unmapping in the cases when vme_list_exec is called more
or less than one time respectively.

Also adds dma_mapping_error check.

Signed-off-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Cc: Igor Alekseev <igor.alekseev@itep.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-06-12 17:26:57 -07:00
..
Kconfig
Makefile
vme_ca91cx42.c vme: bridges: use pci_zalloc_consistent 2014-08-08 15:57:30 -07:00
vme_ca91cx42.h VME: remove duplicate CA91CX42_DCTL_VDW_M define 2014-07-09 16:33:42 -07:00
vme_tsi148.c vme: tsi148: fix first DMA item mapping 2015-06-12 17:26:57 -07:00
vme_tsi148.h