iommu/vt-d: Remove an unnecessary call set_dma_ops()
authorPetr Tesarik <ptesarik@suse.com>
Thu, 10 Apr 2025 07:32:47 +0000 (15:32 +0800)
committerJoerg Roedel <jroedel@suse.de>
Fri, 11 Apr 2025 07:06:06 +0000 (09:06 +0200)
commit7d8c490ba3967719bc023c1f81592659a79bd964
treee8392b868d419704610fdd48a2f2b37a101faecb
parent548183ea388c12b6d76d6982f3d72df3887af0da
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>
drivers/iommu/intel/iommu.c