mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:32:27 +02:00
util/nvmutil: minor cleanup in cmd_setmac
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -264,8 +264,8 @@ cmd_setmac(void)
|
|||||||
{
|
{
|
||||||
int partnum;
|
int partnum;
|
||||||
int mac_updated = 0;
|
int mac_updated = 0;
|
||||||
parse_mac_string();
|
|
||||||
|
|
||||||
|
parse_mac_string();
|
||||||
printf("MAC address to be written: %s\n", mac);
|
printf("MAC address to be written: %s\n", mac);
|
||||||
|
|
||||||
for (partnum = 0; partnum < 2; partnum++)
|
for (partnum = 0; partnum < 2; partnum++)
|
||||||
|
|||||||
Reference in New Issue
Block a user