]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove debug comment-out
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 17 Jul 2010 23:41:08 +0000 (01:41 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 17 Jul 2010 23:41:08 +0000 (01:41 +0200)
term/ns8250.c

index 4f09c760668cf23d171cc9e8d787e4258148dcdf..ee2eeb8f51650763eddbd6360a402866e643e9b2 100644 (file)
@@ -175,7 +175,7 @@ grub_ns8250_init (void)
 {
   int i;
   for (i = 0; i < GRUB_SERIAL_PORT_NUM; i++)
-    //if (serial_hw_io_addr[i])
+    if (serial_hw_io_addr[i])
       {
        grub_snprintf (com_names[i], sizeof (com_names[i]), "com%d", i);
        com_ports[i].name = com_names[i];