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>
This commit is contained in:
Elyes Haouas
2024-03-23 11:45:52 +01:00
committed by Felix Singer
parent 388db91f1d
commit abf9c218f0

View File

@@ -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)