]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/resource.c
IO resources: fix/remove printk
[linux-2.6-omap-h63xx.git] / kernel / resource.c
index 414d6fc9131ea3dde1c98087d9cd4ede65cf19f1..fc59dcc4795b772c9aae54f266d50d9a79703db2 100644 (file)
@@ -549,13 +549,9 @@ static void __init __reserve_region_with_split(struct resource *root,
        }
 
        if (!res) {
-               printk(KERN_DEBUG "    __reserve_region_with_split: (%s) [%llx, %llx], res: (%s) [%llx, %llx]\n",
-                        conflict->name, conflict->start, conflict->end,
-                        name, start, end);
-
                /* failed, split and try again */
 
-               /* conflict coverred whole area */
+               /* conflict covered whole area */
                if (conflict->start <= start && conflict->end >= end)
                        return;