From 04f079d396631ff7154b3a750ba0a92adbf5c562 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sat, 5 Dec 2020 19:04:32 +0100 Subject: soc/amd/picasso/config: add comment about cfg never being NULL Change-Id: I39cf2d28749536cb7d9462fa4af412850677f2e3 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/48354 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/picasso/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/picasso/config.c b/src/soc/amd/picasso/config.c index 3d4bc7b1ed..577d7b29a8 100644 --- a/src/soc/amd/picasso/config.c +++ b/src/soc/amd/picasso/config.c @@ -6,6 +6,7 @@ const struct soc_amd_common_config *soc_get_common_config() { + /* config_of_soc calls die() internally if cfg was NULL, so no need to re-check */ const struct soc_amd_picasso_config *cfg = config_of_soc(); return &cfg->common_config; } -- cgit v1.2.3