VT-d: drop undue address-of from check_cleanup_domid_map()
authorJan Beulich <jbeulich@suse.com>
Thu, 10 Mar 2022 08:43:50 +0000 (09:43 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 10 Mar 2022 08:43:50 +0000 (09:43 +0100)
commitb2db518e952c3a8fe5b9ec6a2d007cda73fd05a4
tree1ab8b5179e8e4218dff12ed999f930e774ddcd6e
parentc374a8c5cc74535e16410b7a0d9e92bf5de54f79
VT-d: drop undue address-of from check_cleanup_domid_map()

For an unknown reason I added back the operator while backporting,
despite 4.16 having c06e3d810314 ("VT-d: per-domain IOMMU bitmap needs
to have dynamic size"). I can only assume that I mistakenly took the
4.15 backport as basis and/or reference.

Fixes: fa45f6b5560e ("VT-d: split domid map cleanup check into a function")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
xen/drivers/passthrough/vtd/iommu.c