summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-30 11:51:53 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-02-01 18:07:14 +0000
commitfae13d60630557b4a4036a026874817a5499c15f (patch)
treead706a0e5949609c06c0920d466008b76cb055c5
parentca544c9cee4811f37acfe1cc7a74a21b291f972c (diff)
downloadcoreboot-fae13d60630557b4a4036a026874817a5499c15f.tar.gz
coreboot-fae13d60630557b4a4036a026874817a5499c15f.tar.bz2
coreboot-fae13d60630557b4a4036a026874817a5499c15f.zip
sb/amd/cimx/sb800/fan.c: Remove unuseful 'return' in void function
Change-Id: I458ff53bb9ae3a6c1003ee857b61fb350152cc86 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61485 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r--src/southbridge/amd/cimx/sb800/fan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/amd/cimx/sb800/fan.c b/src/southbridge/amd/cimx/sb800/fan.c
index bbba3fa083a9..f5e0a48f4dfb 100644
--- a/src/southbridge/amd/cimx/sb800/fan.c
+++ b/src/southbridge/amd/cimx/sb800/fan.c
@@ -280,6 +280,4 @@ if (sb_chip->imc_tempin3_enabled) {
sb_config.StdHeader.Func = SB_EC_FANCONTROL;
AmdSbDispatcher(&sb_config);
-
- return;
}