diff options
Diffstat (limited to 'drivers/pci/of.c')
-rw-r--r-- | drivers/pci/of.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/of.c b/drivers/pci/of.c index bc7b27a28795..36891e7deee3 100644 --- a/drivers/pci/of.c +++ b/drivers/pci/of.c | |||
@@ -353,7 +353,7 @@ EXPORT_SYMBOL_GPL(devm_of_pci_get_host_bridge_resources); | |||
353 | /** | 353 | /** |
354 | * of_irq_parse_pci - Resolve the interrupt for a PCI device | 354 | * of_irq_parse_pci - Resolve the interrupt for a PCI device |
355 | * @pdev: the device whose interrupt is to be resolved | 355 | * @pdev: the device whose interrupt is to be resolved |
356 | * @out_irq: structure of_irq filled by this function | 356 | * @out_irq: structure of_phandle_args filled by this function |
357 | * | 357 | * |
358 | * This function resolves the PCI interrupt for a given PCI device. If a | 358 | * This function resolves the PCI interrupt for a given PCI device. If a |
359 | * device-node exists for a given pci_dev, it will use normal OF tree | 359 | * device-node exists for a given pci_dev, it will use normal OF tree |