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) {
|
if (!chip->bank[0].probed && !chip->bank[1].probed) {
|
||||||
char buf[80];
|
char buf[80];
|
||||||
nrf5_info(bank, buf, sizeof(buf));
|
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);
|
LOG_INFO("Unknown device: %s", buf);
|
||||||
} else {
|
else
|
||||||
LOG_INFO("%s", buf);
|
LOG_INFO("%s", buf);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
free(bank->sectors);
|
free(bank->sectors);
|
||||||
|
|
Loading…
Reference in New Issue