diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-01-30 11:51:53 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-01 18:07:14 +0000 |
commit | fae13d60630557b4a4036a026874817a5499c15f (patch) | |
tree | ad706a0e5949609c06c0920d466008b76cb055c5 /src/southbridge/amd | |
parent | ca544c9cee4811f37acfe1cc7a74a21b291f972c (diff) |
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>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/cimx/sb800/fan.c | 2 |
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 bbba3fa083..f5e0a48f4d 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; } |