From: Hiroshi DOYU Date: Wed, 12 Aug 2009 12:06:32 +0000 (+0300) Subject: OMAP: iommu: fix wrong argument in flush_cache_vmap() X-Git-Tag: v2.6.32-omap1~11^2^2~1^2^2^2^2^2~8^2^2~18^2~2^2^2~2^2^2^2^2~16^2^2~8^2^2~7^2~38^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2e3f3ad93cacb124e581e80fa70cee5dd158a3e;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