2017-03-01 10:34:45

by Jörg Rödel

[permalink] [raw]
Subject: Re: [PATCH 1/2] iommu/vt-d: Fix crash when accessing VT-d sysfs entries

On Wed, Mar 01, 2017 at 08:19:30AM +0800, kbuild test robot wrote:
> >> include/linux/intel-iommu.h:457:52: error: 'struct iommu_device' has no member named 'dev'
> return container_of(dev, struct intel_iommu, iommu.dev);

Yeah, I noticed that issue too and fixed it before sending the
pull-request.


Thanks,

Joerg