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>
This commit is contained in:
parent
000490a221
commit
e8df32775d
|
@ -51,7 +51,7 @@ static void mainboard_smbios_strings(
|
||||||
|
|
||||||
static void mainboard_enable(struct device *dev)
|
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(
|
install_intel_vga_int15_handler(
|
||||||
GMA_INT15_ACTIVE_LFP_INT_LVDS,
|
GMA_INT15_ACTIVE_LFP_INT_LVDS,
|
||||||
|
|
Loading…
Reference in New Issue