Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3dbc2608 authored by Joerg Roedel's avatar Joerg Roedel
Browse files

iommu/amd: Fix recently introduced compile warnings



Fix two compile warnings about unused variables introduced
by commit ecef115d.

Reported-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent ecef115d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3499,8 +3499,6 @@ int __init amd_iommu_init_passthrough(void)
{
	struct iommu_dev_data *dev_data;
	struct pci_dev *dev = NULL;
	struct amd_iommu *iommu;
	u16 devid;
	int ret;

	ret = alloc_passthrough_domain();