aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/of/irq.c')
-rw-r--r--drivers/of/irq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/irq.c b/drivers/of/irq.c
index 623eb661c629..6cfb307204c3 100644
--- a/drivers/of/irq.c
+++ b/drivers/of/irq.c
@@ -340,6 +340,7 @@ int of_irq_to_resource(struct device_node *dev, int index, struct resource *r)
340 if (r && irq != NO_IRQ) { 340 if (r && irq != NO_IRQ) {
341 r->start = r->end = irq; 341 r->start = r->end = irq;
342 r->flags = IORESOURCE_IRQ; 342 r->flags = IORESOURCE_IRQ;
343 r->name = dev->full_name;
343 } 344 }
344 345
345 return irq; 346 return irq;