mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-26 22:52:34 +02:00
flashrom.c: Trivial code style fix
Change-Id: Iacdb62067a8d22261d4eabe73ad96168eb11417c Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/72968 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sam McNally <sammc@google.com>
This commit is contained in:
parent
02897021b3
commit
57b3be8839
@ -1282,8 +1282,7 @@ static int selfcheck_eraseblocks(const struct flashchip *chip)
|
||||
ret = 1;
|
||||
}
|
||||
}
|
||||
if(curr_eraseblock_count > prev_eraseblock_count)
|
||||
{
|
||||
if (curr_eraseblock_count > prev_eraseblock_count) {
|
||||
msg_gerr("ERROR: Flash chip %s erase function %i is not "
|
||||
"in order. Please report a bug at flashrom@flashrom.org\n",
|
||||
chip->name, k);
|
||||
|
Loading…
x
Reference in New Issue
Block a user