commit | 613f77696e2c489e87def86a443fb4889acb95aa | [log] [tgz] |
---|---|---|
author | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | Fri Aug 28 10:54:40 2009 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Fri Aug 28 10:54:40 2009 -0700 |
tree | be0136dc4030329059f5f5a454580a9d9e89c1dc | |
parent | af933f4729f2cc25306f1a514d55c248da480d66 [diff] |
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 <Hiroshi.DOYU@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>