diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index 1753486b440cb..b6c53ab053d2f 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c @@ -1500,8 +1500,8 @@ __setup_irq(unsigned int irq, struct irq_desc *desc, struct irqaction *new) * has. The type flags are unreliable as the * underlying chip implementation can override them. */ - pr_err("Threaded irq requested with handler=NULL and !ONESHOT for irq %d\n", - irq); + pr_err("Threaded irq requested with handler=NULL and !ONESHOT for %s (irq %d)\n", + new->name, irq); ret = -EINVAL; goto out_unlock; }