mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Remove comment. We're just going to the next node here.
This commit is contained in:
parent
35ec24f362
commit
79cb1bf26f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355167
@ -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