From: Vladimir 'phcoder' Serbinenko Date: Sat, 17 Jul 2010 23:41:08 +0000 (+0200) Subject: Remove debug comment-out X-Git-Tag: 1.99~654^2~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b5502f30b0e8a110f91fc2be6286bc303269649;p=thirdparty%2Fgrub.git Remove debug comment-out --- diff --git a/term/ns8250.c b/term/ns8250.c index 4f09c7606..ee2eeb8f5 100644 --- a/term/ns8250.c +++ b/term/ns8250.c @@ -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];