mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
x86: sparse_irq: fix typo in debug print out
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
fc8c2d763b
commit
4c66a73f07
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user