]> 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 930770012a75a89dccb9408a25c05e597726ff3d..8f98b20f30a1655d70adbe4523b7034463e89a1a 100644 (file)
@@ -236,7 +236,7 @@ void __init_or_module omap2_cfg_debug(const struct pin_config *cfg, u8 reg)
        warn = (orig != reg);
        if (debug || warn)
                printk(KERN_WARNING
-                       "MUX: setup %s (0x%08x): 0x%02x -> 0x%02x\n",
+                       "MUX: setup %s (0x%p): 0x%04x -> 0x%04x\n",
                        cfg->name, omap_ctrl_base_get() + cfg->mux_reg,
                        orig, reg);
 }