Oh, that's the last minute change after running checkpatch.pl :( Thanks for catching that. I'll correct that.
Thanks, Kirti On 8/25/2016 12:59 PM, Dong Jia wrote: > On Thu, 25 Aug 2016 09:23:54 +0530 > Kirti Wankhede <kwankh...@nvidia.com> wrote: > >> @@ -769,6 +1090,33 @@ static int vfio_iommu_type1_attach_group(void >> *iommu_data, >> if (ret) >> goto out_free; >> >> + if (IS_ENABLED(CONFIF_VFIO_MDEV) && !iommu_present(bus) && > s/CONFIF_VFIO_MDEV/CONFIG_VFIO_MDEV/ > >> + (bus == &mdev_bus_type)) { >> + if (iommu->local_domain) { >> + list_add(&group->next, >> + &iommu->local_domain->group_list); >> + kfree(domain); >> + mutex_unlock(&iommu->lock); >> + return 0; >> + } >> + > > > -------- > Dong Jia >