]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
iommu/intel: small map_page cleanup
authorChristoph Hellwig <hch@lst.de>
Wed, 21 Nov 2018 18:32:03 +0000 (19:32 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 6 Dec 2018 14:56:47 +0000 (06:56 -0800)
commit964f2311a6862f1fbcc044d0828ad90030928b7f
treebea40579beba26f1405c548ca048158e2a097640
parentb3aa14f022543ed86823c97c145495b747102fa9
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>
drivers/iommu/intel-iommu.c