Fix formatting.
Change-Id: If17f12ad23a7c131eb4ac1344704e62ca24f585d
This commit is contained in:
parent
43463b30ed
commit
7a52af41c1
|
@ -797,11 +797,10 @@ static int nrf5_probe(struct flash_bank *bank)
|
|||
if (!chip->bank[0].probed && !chip->bank[1].probed) {
|
||||
char buf[80];
|
||||
nrf5_info(bank, buf, sizeof(buf));
|
||||
if (!chip->spec && !chip->ficr_info_valid) {
|
||||
if (!chip->spec && !chip->ficr_info_valid)
|
||||
LOG_INFO("Unknown device: %s", buf);
|
||||
} else {
|
||||
else
|
||||
LOG_INFO("%s", buf);
|
||||
}
|
||||
}
|
||||
|
||||
free(bank->sectors);
|
||||
|
|
Loading…
Reference in New Issue