From 5052e1f45cd1fcffa6f3814bd96a98d52a98b865 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 25 Mar 2021 02:13:50 +0100 Subject: soc/amd/picasso/mca: add missing comma in mca_bank_name array of strings Signed-off-by: Felix Held Found-by: Coverity CID 1451389 Change-Id: I0af379360fc95e4c6b72d677738c6e7497ed9206 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51788 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Angel Pons --- src/soc/amd/picasso/mca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/amd/picasso/mca.c b/src/soc/amd/picasso/mca.c index 8ea5276450..16471b9ea7 100644 --- a/src/soc/amd/picasso/mca.c +++ b/src/soc/amd/picasso/mca.c @@ -137,7 +137,7 @@ static const char *const mca_bank_name[] = { "Load-store unit", "Instruction fetch unit", "L2 cache unit", - "Decode unit" + "Decode unit", "", "Execution unit", "Floating point unit", -- cgit v1.2.3