util/nvmutil: tidy up read_gbe

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-06 21:08:47 +00:00
parent 040eee4607
commit 3aa30c5039
+3 -1
View File
@@ -373,7 +373,9 @@ read_gbe(void)
* *
* We can skip reading the other part, thus: * We can skip reading the other part, thus:
*/ */
if (cmd == cmd_copy || cmd == cmd_brick || cmd == cmd_setchecksum) if (cmd == cmd_copy ||
cmd == cmd_brick ||
cmd == cmd_setchecksum)
do_read[part ^ 1] = 0; do_read[part ^ 1] = 0;
/* /*