Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 06:10:28 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 9a8ace087d8f - stable/12 - Remove comment. We're just going to the next node here.
Message-ID:  <202110080610.1986ASGc006772@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kevans:

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

commit 9a8ace087d8f170ab9ab14338341fcca001ef400
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2019-11-28 05:40:10 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
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);
 	}
 
 	/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110080610.1986ASGc006772>