PATCH: alpha illegal->invalid

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Fri Jul 18 2003 - 09:00:02 EST


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test1/arch/alpha/kernel/irq.c linux-2.6.0-test1-ac2/arch/alpha/kernel/irq.c
--- linux-2.6.0-test1/arch/alpha/kernel/irq.c 2003-07-10 21:12:59.000000000 +0100
+++ linux-2.6.0-test1-ac2/arch/alpha/kernel/irq.c 2003-07-15 18:01:27.000000000 +0100
@@ -601,7 +601,7 @@
         if ((unsigned) irq > ACTUAL_NR_IRQS && illegal_count < MAX_ILLEGAL_IRQS ) {
                 irq_err_count++;
                 illegal_count++;
- printk(KERN_CRIT "device_interrupt: illegal interrupt %d\n",
+ printk(KERN_CRIT "device_interrupt: invalid interrupt %d\n",
                        irq);
                 return;
         }
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jul 23 2003 - 22:00:33 EST