From: Konrad Rzeszutek Wilk Date: Mon, 10 May 2010 20:01:15 +0000 (-0500) Subject: swiotlb: search and replace "int dir" with "enum dma_data_direction dir" X-Git-Tag: v2.6.36-rc1~583^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d48269984fc93a71f65a54aa422aacf5fdb926;p=pandora-kernel.git swiotlb: search and replace "int dir" with "enum dma_data_direction dir" .. to catch anybody doing something funky. See "swiotlb: swiotlb: add swiotlb_tbl_map_single library function" for full description of patchset. [v2: swiotlb_sync_single_range_* no more - removed usage] [v3: enum dma_data_direction direction -> enum dma_data_direction dir] Signed-off-by: Konrad Rzeszutek Wilk Acked-by: FUJITA Tomonori Tested-by: Albert Herranz --- Reading git-diff-tree failed