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;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to