From: Stefano Stabellini Date: Fri, 21 Nov 2014 16:55:12 +0000 (+0000) Subject: swiotlb-xen: call xen_dma_sync_single_for_device when appropriate X-Git-Tag: omap-for-v3.19/fixes-rc1~121^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9490c6c67e2f41760de8ece4e4f56f75f84ceb9e;p=pandora-kernel.git swiotlb-xen: call xen_dma_sync_single_for_device when appropriate In xen_swiotlb_sync_single we always call xen_dma_sync_single_for_cpu, even when we should call xen_dma_sync_single_for_device. Fix that. Signed-off-by: Stefano Stabellini Acked-by: Konrad Rzeszutek Wilk CC: stable@vger.kernel.org --- Reading git-diff-tree failed