Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/77188?usp=email )
Change subject: mb/google/beltino/smihandler: Remove 'return' from void function ......................................................................
mb/google/beltino/smihandler: Remove 'return' from void function
Change-Id: Iadd8a0f3bae07918990cba8f33eb1e65f4e1977a Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/mainboard/google/beltino/smihandler.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/77188/1
diff --git a/src/mainboard/google/beltino/smihandler.c b/src/mainboard/google/beltino/smihandler.c index 4ac6636..4fc9a37 100644 --- a/src/mainboard/google/beltino/smihandler.c +++ b/src/mainboard/google/beltino/smihandler.c @@ -23,5 +23,4 @@ default: break; } - return; }