mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/nvmutil: clean up write_mac_part
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user