Remove comment. We're just going to the next node here.
This commit is contained in:
parent
ff82d5be1f
commit
96264425d3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user