svn commit: r355167 - head/stand/efi/loader

Warner Losh imp at FreeBSD.org
Thu Nov 28 05:40:11 UTC 2019


Author: imp
Date: Thu Nov 28 05:40:10 2019
New Revision: 355167
URL: https://svnweb.freebsd.org/changeset/base/355167

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

Modified:
  head/stand/efi/loader/main.c

Modified: head/stand/efi/loader/main.c
==============================================================================
--- head/stand/efi/loader/main.c	Thu Nov 28 04:15:16 2019	(r355166)
+++ head/stand/efi/loader/main.c	Thu Nov 28 05:40:10 2019	(r355167)
@@ -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;


More information about the svn-src-head mailing list