Remove debug comment-out

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-07-18 01:41:08 +02:00
parent 75eb7d1116
commit 7b5502f30b

View 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];