The branch stable/12 has been updated by kevans:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9a8ace087d8f170ab9ab14338341fcca001ef400

commit 9a8ace087d8f170ab9ab14338341fcca001ef400
Author:     Warner Losh <[email protected]>
AuthorDate: 2019-11-28 05:40:10 +0000
Commit:     Kyle Evans <[email protected]>
CommitDate: 2021-10-08 02:41:13 +0000

    Remove comment. We're just going to the next node here.
    
    (cherry picked from commit 79cb1bf26f78a580a3cb639f3e45dcd8171be14d)
---
 stand/efi/loader/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
index cf0a041b6432..b7225965a383 100644
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -782,7 +782,7 @@ parse_uefi_con_out(void)
                         */
                        pci_pending = true;
                }
-               node = NextDevicePathNode(node); /* Skip the end node */
+               node = NextDevicePathNode(node);
        }
 
        /*

Reply via email to