From 0d1ea1d8b586c622b3517cb6a5f7ca2e91280c4e Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Mon, 14 Aug 2023 19:29:31 +0200 Subject: [PATCH] mb/google/beltino/smihandler: Remove 'return' from void function Change-Id: Iadd8a0f3bae07918990cba8f33eb1e65f4e1977a Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/77188 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/mainboard/google/beltino/smihandler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/google/beltino/smihandler.c b/src/mainboard/google/beltino/smihandler.c index 4ac6636996..4fc9a375a8 100644 --- a/src/mainboard/google/beltino/smihandler.c +++ b/src/mainboard/google/beltino/smihandler.c @@ -23,5 +23,4 @@ void mainboard_smi_sleep(u8 slp_typ) default: break; } - return; }