Re: [PATCH v3 07/34] iommu: Add probe_device() and release_device() call-backs

From: Joerg Roedel
Date: Thu Jul 09 2020 - 11:23:46 EST


On Sat, Jul 04, 2020 at 05:09:57PM +0800, Hillf Danton wrote:
> > + group = iommu_group_get_for_dev(dev);
> > + if (!IS_ERR(group)) {
>
> Typo?

Yes, fortunatly it gets fixed again in patch 11 of this series.

Regards,

Joerg