Jelajahi Sumber

genirq: Fix fatfinered fixup really

Putting the argument inside the quote does not really help.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Thomas Gleixner 14 tahun lalu
induk
melakukan
32cffdde4a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      kernel/irq/manage.c

+ 1 - 1
kernel/irq/manage.c

@@ -1435,7 +1435,7 @@ void enable_percpu_irq(unsigned int irq, unsigned int type)
 		ret = __irq_set_trigger(desc, irq, type);
 		ret = __irq_set_trigger(desc, irq, type);
 
 
 		if (ret) {
 		if (ret) {
-			WARN(1, "failed to set type for IRQ%d\n, irq");
+			WARN(1, "failed to set type for IRQ%d\n", irq);
 			goto out;
 			goto out;
 		}
 		}
 	}
 	}