From: Hiroshi DOYU Date: Fri, 28 Aug 2009 17:54:40 +0000 (-0700) Subject: OMAP: iommu: fix wrong argument in flush_cache_vmap() X-Git-Tag: v2.6.32-rc1~645^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=613f77696e2c489e87def86a443fb4889acb95aa;p=pandora-kernel.git OMAP: iommu: fix wrong argument in flush_cache_vmap() The second argument should be the end address, not the length. Actually there will not be any effect on the behavior of this driver since flush_cache_vmap() calls flush_cache_all() in the end. Signed-off-by: Hiroshi DOYU Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed