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

This commit is contained in:
Warner Losh 2019-11-28 05:40:10 +00:00
parent 35ec24f362
commit 79cb1bf26f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355167

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;