aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-07-09 21:38:55 +0200
committerWerner Zeh <werner.zeh@siemens.com>2021-07-12 04:30:39 +0000
commite9e031672c6ae918e424ca3c7b8137883aed4c57 (patch)
tree745475f75871d856e2334ac2a3d8dbee71ae3143 /src/soc/amd/picasso
parent3d439ffeef219f3ebbd0c577ce605af7cf8ec67d (diff)
soc/amd/picasso,stoneyridge/mca: remove unneeded line break
Change-Id: Ib74ff1d585f8ef54960e6a1eafd5a280907f8675 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56180 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r--src/soc/amd/picasso/mca.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/mca.c b/src/soc/amd/picasso/mca.c
index 2576f6e0d9..12d4cccbc8 100644
--- a/src/soc/amd/picasso/mca.c
+++ b/src/soc/amd/picasso/mca.c
@@ -184,8 +184,7 @@ void check_mca(void)
i, mci.cmask.hi, mci.cmask.lo);
mci.bank = i;
- if (CONFIG(ACPI_BERT)
- && mca_valid(mci.sts))
+ if (CONFIG(ACPI_BERT) && mca_valid(mci.sts))
build_bert_mca_error(&mci);
}
}