Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iommu/vt-d: Remove an unnecessary call set_dma_ops()

Do not touch per-device DMA ops when the driver has been converted to use
the dma-iommu API.

Fixes: c588072bba6b ("iommu/vt-d: Convert intel iommu driver to the iommu ops")
Signed-off-by: Petr Tesarik <ptesarik@suse.com>
Link: https://lore.kernel.org/r/20250403165605.278541-1-ptesarik@suse.com
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>

authored by

Petr Tesarik and committed by
Joerg Roedel
7d8c490b 548183ea

-1
-1
drivers/iommu/intel/iommu.c
··· 3835 3835 intel_pasid_free_table(dev); 3836 3836 intel_iommu_debugfs_remove_dev(info); 3837 3837 kfree(info); 3838 - set_dma_ops(dev, NULL); 3839 3838 } 3840 3839 3841 3840 static void intel_iommu_get_resv_regions(struct device *device,