x86: sparse_irq: fix typo in debug print out
authorYinghai Lu <yhlu.kernel@gmail.com>
Sat, 4 Oct 2008 22:52:15 +0000 (15:52 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 14:53:13 +0000 (16:53 +0200)
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/io_apic.c

index 260c95a..f959acb 100644 (file)
@@ -257,7 +257,7 @@ static struct irq_cfg *irq_cfg_alloc(unsigned int irq)
                        panic("please boot with nr_irq_cfg= %d\n", count * 2);
 
                phys = __pa(cfg);
-               printk(KERN_DEBUG "irq_irq ==> [%#lx - %#lx]\n", phys, phys + total_bytes);
+               printk(KERN_DEBUG "irq_cfg ==> [%#lx - %#lx]\n", phys, phys + total_bytes);
 
                for (i = 0; i < nr_irq_cfg; i++)
                        init_one_irq_cfg(&cfg[i]);