Re: [PATCH 1/1] iommu/vt-d: Use right Kconfig option name

2020-05-01 Thread Joerg Roedel
On Fri, May 01, 2020 at 03:24:27PM +0800, Lu Baolu wrote: > The CONFIG_ prefix should be added in the code. > > Fixes: 046182525db61 ("iommu/vt-d: Add Kconfig option to enable/disable > scalable mode") > Reported-and-tested-by: Kumar, Sanjay K > Cc: Ashok Raj > Signed-off-by: Lu Baolu > --- >

[PATCH 1/1] iommu/vt-d: Use right Kconfig option name

2020-05-01 Thread Lu Baolu
The CONFIG_ prefix should be added in the code. Fixes: 046182525db61 ("iommu/vt-d: Add Kconfig option to enable/disable scalable mode") Reported-and-tested-by: Kumar, Sanjay K Cc: Ashok Raj Signed-off-by: Lu Baolu --- drivers/iommu/intel-iommu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 de