diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-08-14 19:29:31 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-08-15 17:56:34 +0000 |
commit | 0d1ea1d8b586c622b3517cb6a5f7ca2e91280c4e (patch) | |
tree | 2cbe2697d3f4f9f14586f88aa92f6d0dad9d145e /src/mainboard/google | |
parent | 54216dd9aa6f973b95599e160d8c6f7f6747451e (diff) |
mb/google/beltino/smihandler: Remove 'return' from void function
Change-Id: Iadd8a0f3bae07918990cba8f33eb1e65f4e1977a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77188
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/beltino/smihandler.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |