util/nvmutil: minor cleanup in cmd_setmac

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-03 22:29:21 +00:00
parent 8f81ed314a
commit ae6db44543
+1 -1
View File
@@ -264,8 +264,8 @@ cmd_setmac(void)
{
int partnum;
int mac_updated = 0;
parse_mac_string();
parse_mac_string();
printf("MAC address to be written: %s\n", mac);
for (partnum = 0; partnum < 2; partnum++)