Remove comment. We're just going to the next node here.

This commit is contained in:
imp 2019-11-28 05:40:10 +00:00
parent ff82d5be1f
commit 96264425d3

View File

@ -741,7 +741,7 @@ parse_uefi_con_out(void)
*/
pci_pending = true;
}
node = NextDevicePathNode(node); /* Skip the end node */
node = NextDevicePathNode(node);
}
if (pci_pending && vid_seen == 0)
vid_seen = ++seen;