]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/mux.c
ARM: OMAP: Introduce omap_globals and prcm access functions for multi-omap
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / mux.c
index 7d565163c05c69db8405443e41c66a900e891197..6919d5232edf0c425ee49d458dfbf63ccb78ee72 100644 (file)
@@ -381,7 +381,7 @@ static void __init_or_module omap2_cfg_debug(const struct pin_config *cfg, u16 r
        warn = (orig != reg);
        if (debug || warn)
                printk(KERN_WARNING
-                       "MUX: setup %s (0x%08x): 0x%04x -> 0x%04x\n",
+                       "MUX: setup %s (0x%p): 0x%04x -> 0x%04x\n",
                        cfg->name, omap_ctrl_base_get() + cfg->mux_reg,
                        orig, reg);
 }