]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/irq/irqdomain.c
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[karo-tx-linux.git] / kernel / irq / irqdomain.c
index 4e69e24d3d7d94b4c895735765e06f2f47a95db0..96f3a1d9c379673db27158e2715fd432ab05ea5b 100644 (file)
@@ -177,8 +177,8 @@ struct irq_domain *irq_domain_add_simple(struct device_node *of_node,
                        irq_base = irq_alloc_descs(first_irq, first_irq, size,
                                                   of_node_to_nid(of_node));
                        if (irq_base < 0) {
-                               WARN(1, "Cannot allocate irq_descs @ IRQ%d, assuming pre-allocated\n",
-                                    first_irq);
+                               pr_info("Cannot allocate irq_descs @ IRQ%d, assuming pre-allocated\n",
+                                       first_irq);
                                irq_base = first_irq;
                        }
                } else