|
@@ -345,8 +345,7 @@ platform_msi_create_device_domain(struct device *dev,
|
|
|
|
|
|
data->host_data = host_data;
|
|
|
domain = irq_domain_create_hierarchy(dev->msi_domain, 0, nvec,
|
|
|
- of_node_to_fwnode(dev->of_node),
|
|
|
- ops, data);
|
|
|
+ dev->fwnode, ops, data);
|
|
|
if (!domain)
|
|
|
goto free_priv;
|
|
|
|