X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fkernel%2Fbtext.c;h=6223d39177cb7c7bd9ee408be588e9cfa3d06014;hb=e1762ec6d72b71c4476018af3c153cd362a5e94e;hp=5de0d80ca2f2a4814fc9860fd9d0df10fbd8421e;hpb=b5666f70395016a55cc9d57826508b8a346398d0;p=safe%2Fjmp%2Flinux-2.6 diff --git a/arch/powerpc/kernel/btext.c b/arch/powerpc/kernel/btext.c index 5de0d80..6223d39 100644 --- a/arch/powerpc/kernel/btext.c +++ b/arch/powerpc/kernel/btext.c @@ -211,8 +211,6 @@ int __init btext_find_display(int allow_nonstdout) struct device_node *np = NULL; int rc = -ENODEV; - printk("trying to initialize btext ...\n"); - name = (char *)get_property(of_chosen, "linux,stdout-path", NULL); if (name != NULL) { np = of_find_node_by_path(name);