aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/kernel/irq.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c
index a24d37d4cf51..f2fd6539d8bf 100644
--- a/arch/powerpc/kernel/irq.c
+++ b/arch/powerpc/kernel/irq.c
@@ -727,9 +727,7 @@ unsigned int irq_create_mapping(struct irq_host *host,
727 } 727 }
728 pr_debug("irq: -> using host @%p\n", host); 728 pr_debug("irq: -> using host @%p\n", host);
729 729
730 /* Check if mapping already exist, if it does, call 730 /* Check if mapping already exists */
731 * host->ops->map() to update the flags
732 */
733 virq = irq_find_mapping(host, hwirq); 731 virq = irq_find_mapping(host, hwirq);
734 if (virq != NO_IRQ) { 732 if (virq != NO_IRQ) {
735 pr_debug("irq: -> existing mapping on virq %d\n", virq); 733 pr_debug("irq: -> existing mapping on virq %d\n", virq);