mtd: maps: l440gx: Avoid printing address to dmesg
authorFuqian Huang <huangfq.daxian@gmail.com>
Thu, 10 Oct 2019 13:58:09 +0000 (21:58 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 29 Oct 2019 13:24:47 +0000 (14:24 +0100)
Avoid printing the address of l440gx_map.virt every time l440gx init.

Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/maps/l440gx.c

index 876f12f..0eeadfe 100644 (file)
@@ -86,7 +86,7 @@ static int __init init_l440gx(void)
                return -ENOMEM;
        }
        simple_map_init(&l440gx_map);
-       printk(KERN_NOTICE "window_addr = 0x%08lx\n", (unsigned long)l440gx_map.virt);
+       pr_debug("window_addr = %p\n", l440gx_map.virt);
 
        /* Setup the pm iobase resource
         * This code should move into some kind of generic bridge