commit | 964f2311a6862f1fbcc044d0828ad90030928b7f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 21 19:32:03 2018 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Thu Dec 06 06:56:47 2018 -0800 |
tree | bea40579beba26f1405c548ca048158e2a097640 | |
parent | b3aa14f022543ed86823c97c145495b747102fa9 [diff] |
iommu/intel: small map_page cleanup Pass the page + offset to the low-level __iommu_map_single helper (which gets renamed to fit the new calling conventions) as both callers have the page at hand. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Linus Torvalds <torvalds@linux-foundation.org>