More style fixes
Signed-off-by: Ryan Macdonald <rmac@sifive.com>
This commit is contained in:
parent
3516fd5019
commit
631f6cd55b
|
@ -3009,7 +3009,7 @@ static int riscv013_test_sba_config_reg(struct target *target,
|
||||||
|
|
||||||
if (get_field(sbcs, DMI_SBCS_SBVERSION) != 1) {
|
if (get_field(sbcs, DMI_SBCS_SBVERSION) != 1) {
|
||||||
LOG_ERROR("System Bus Access unsupported SBVERSION (%d). Only version 1 is supported.",
|
LOG_ERROR("System Bus Access unsupported SBVERSION (%d). Only version 1 is supported.",
|
||||||
get_field(sbcs, DMI_SBCS_SBVERSION));
|
get_field(sbcs, DMI_SBCS_SBVERSION));
|
||||||
return ERROR_FAIL;
|
return ERROR_FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue