aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-03-23 11:45:52 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-03-24 18:52:59 +0000
commitabf9c218f0b1fa4f734925f1b8bc754f9cee9023 (patch)
treeb7f3ccdcc694e8a3d5ae559ed801f27cb0391b7c /src/soc/intel
parent388db91f1d63699e42725df0bc1073ba214c2e35 (diff)
soc/intel/common/block/cse: Remove return statement in void function
Return statement is not useful in void function. Change-Id: Idb8e07f48043452b329d255fe457f00317c017ae Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81429 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/common/block/cse/cse_lite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/cse/cse_lite.c b/src/soc/intel/common/block/cse/cse_lite.c
index bfa01e4dee..5298b315d7 100644
--- a/src/soc/intel/common/block/cse/cse_lite.c
+++ b/src/soc/intel/common/block/cse/cse_lite.c
@@ -1111,7 +1111,6 @@ update_and_exit:
* We cannot do much if CSE fails to backup the PSR data, except create an event log.
*/
update_psr_backup_status(PSR_BACKUP_DONE);
- return;
}
static void initiate_psr_data_backup(void)