[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZNtixPkYKHnWiVv1@ziepe.ca>
Date: Tue, 15 Aug 2023 08:34:28 -0300
From: Jason Gunthorpe <jgg@...pe.ca>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Joerg Roedel <joro@...tes.org>, Joerg Roedel <jroedel@...e.de>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the iommufd tree
On Tue, Aug 15, 2023 at 09:04:37PM +1000, Stephen Rothwell wrote:
> diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c
> index 20c9a0501760..1e017e1bf5ea 100644
> --- a/drivers/iommu/iommu.c
> +++ b/drivers/iommu/iommu.c
> @@ -332,7 +332,7 @@ int iommu_device_register_bus(struct iommu_device *iommu,
> spin_unlock(&iommu_device_lock);
>
> bus->iommu_ops = ops;
> - err = bus_iommu_probe(bus);
> + err = bus_iommu_probe(bus, iommu);
> if (err) {
> iommu_device_unregister_bus(iommu, bus, nb);
> return err;
This is the right fix
Thanks,
Jason
Powered by blists - more mailing lists