Skip to content

Commit 6761c4a

Browse files
dwmw2paulusmack
authored andcommitted
[PATCH] powerpc: remove initrd debug printk
This removes a stray debugging printk which offended Anton. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent 35cd878 commit 6761c4a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arch/powerpc/kernel/setup-common.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,8 @@ void __init check_for_initrd(void)
444444
if (initrd_start >= KERNELBASE && initrd_end >= KERNELBASE &&
445445
initrd_end > initrd_start)
446446
ROOT_DEV = Root_RAM0;
447-
else {
448-
printk("Bogus initrd %08lx %08lx\n", initrd_start, initrd_end);
447+
else
449448
initrd_start = initrd_end = 0;
450-
}
451449

452450
if (initrd_start)
453451
printk("Found initrd at 0x%lx:0x%lx\n", initrd_start, initrd_end);

0 commit comments

Comments
 (0)