Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

genirq: Fix fatfinered fixup really

Putting the argument inside the quote does not really help.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

+1 -1
+1 -1
kernel/irq/manage.c
··· 1435 1435 ret = __irq_set_trigger(desc, irq, type); 1436 1436 1437 1437 if (ret) { 1438 - WARN(1, "failed to set type for IRQ%d\n, irq"); 1438 + WARN(1, "failed to set type for IRQ%d\n", irq); 1439 1439 goto out; 1440 1440 } 1441 1441 }