|
@@ -4533,7 +4533,7 @@ int __init intel_iommu_init(void)
|
|
for_each_active_iommu(iommu, drhd)
|
|
for_each_active_iommu(iommu, drhd)
|
|
iommu->iommu_dev = iommu_device_create(NULL, iommu,
|
|
iommu->iommu_dev = iommu_device_create(NULL, iommu,
|
|
intel_iommu_groups,
|
|
intel_iommu_groups,
|
|
- iommu->name);
|
|
|
|
|
|
+ "%s", iommu->name);
|
|
|
|
|
|
bus_set_iommu(&pci_bus_type, &intel_iommu_ops);
|
|
bus_set_iommu(&pci_bus_type, &intel_iommu_ops);
|
|
bus_register_notifier(&pci_bus_type, &device_nb);
|
|
bus_register_notifier(&pci_bus_type, &device_nb);
|