Remove debug comment-out
This commit is contained in:
parent
75eb7d1116
commit
7b5502f30b
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue