util/nvmutil: clean up write_mac_part

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-03 13:19:22 +00:00
parent d4231e27fa
commit 50942a7a15
+2 -1
View File
@@ -310,7 +310,8 @@ rhex(void)
int
write_mac_part(int partnum)
{
if (!goodChecksum(part = partnum))
part = partnum;
if (!goodChecksum(partnum))
return 0;
for (int w = 0; w < 3; w++)