]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-omap2/irq.c
Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queue
[~andy/linux] / arch / arm / mach-omap2 / irq.c
index efed4f540adbd5b012177dddf161f45cd5dd5118..3926f370448f91825fd07b4cdcaa0af09db74b2b 100644 (file)
@@ -108,9 +108,8 @@ static void __init omap_irq_bank_init_one(struct omap_irq_bank *bank)
        unsigned long tmp;
 
        tmp = intc_bank_read_reg(bank, INTC_REVISION) & 0xff;
-       printk(KERN_INFO "IRQ: Found an INTC at 0x%p "
-                        "(revision %ld.%ld) with %d interrupts\n",
-                        bank->base_reg, tmp >> 4, tmp & 0xf, bank->nr_irqs);
+       pr_info("IRQ: Found an INTC at 0x%p (revision %ld.%ld) with %d interrupts\n",
+               bank->base_reg, tmp >> 4, tmp & 0xf, bank->nr_irqs);
 
        tmp = intc_bank_read_reg(bank, INTC_SYSCONFIG);
        tmp |= 1 << 1;  /* soft reset */