Merge git://git.infradead.org/mtd-2.6
[linux-drm-fsl-dcu.git] / drivers / mtd / maps / physmap_of.c
index 72107dc06d6745df15a528febb2cabbe9255a58b..bbb42c35b69b9df05a108f21b0d837f80ca3d7e6 100644 (file)
@@ -186,7 +186,7 @@ static int __devinit of_physmap_probe(struct of_device *dev, const struct of_dev
        else {
                if (strcmp(of_probe, "ROM"))
                        dev_dbg(&dev->dev, "map_probe: don't know probe type "
-                       "'%s', mapping as rom\n");
+                       "'%s', mapping as rom\n", of_probe);
                info->mtd = do_map_probe("mtd_rom", &info->map);
        }
        if (info->mtd == NULL) {