Re: [PATCH 1/1] iommu: Remove iommu_callback_data

2019-03-25 Thread Joerg Roedel
On Wed, Mar 20, 2019 at 09:40:24AM +0800, Lu Baolu wrote: > The iommu_callback_data is not used anywhere, remove it to make > the code more concise. > > Signed-off-by: Lu Baolu > --- > drivers/iommu/iommu.c | 11 ++- > 1 file changed, 2 insertions(+), 9 deletions(-) Applied, thanks. ___

[PATCH 1/1] iommu: Remove iommu_callback_data

2019-03-19 Thread Lu Baolu
The iommu_callback_data is not used anywhere, remove it to make the code more concise. Signed-off-by: Lu Baolu --- drivers/iommu/iommu.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index 33a982e33716..1164b9926a2b