aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-09-29 12:36:47 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-10-21 14:51:56 +0000
commite8df32775d89aefeb4c7ec48cf0b97a262f9d9ac (patch)
tree6d71fcafcfe6ebe98ccc0ec06a6450f288e235f5 /src
parent000490a221d375ff6c2ed3c6c859618f9559de12 (diff)
mb/lenovo/s230u/mainboard.c: Replace comma with semicolon
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I9e8ad533e939553a93e76f1dbb37fc98b53f06d6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67970 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/lenovo/s230u/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/s230u/mainboard.c b/src/mainboard/lenovo/s230u/mainboard.c
index 7f2c7fdc94..b5e3b8786d 100644
--- a/src/mainboard/lenovo/s230u/mainboard.c
+++ b/src/mainboard/lenovo/s230u/mainboard.c
@@ -51,7 +51,7 @@ static void mainboard_smbios_strings(
static void mainboard_enable(struct device *dev)
{
- dev->ops->get_smbios_strings = mainboard_smbios_strings,
+ dev->ops->get_smbios_strings = mainboard_smbios_strings;
install_intel_vga_int15_handler(
GMA_INT15_ACTIVE_LFP_INT_LVDS,