Commit a8b71a28 authored by Yinghai Lu's avatar Yinghai Lu Committed by Ingo Molnar

x86: fix macro with bad_bios_dmi_table

DMI tables need a blank NULL tail.

fixes the crash on Ingo's test box.
Signed-off-by: default avatarYinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2216d199
...@@ -758,8 +758,8 @@ static struct dmi_system_id __initdata bad_bios_dmi_table[] = { ...@@ -758,8 +758,8 @@ static struct dmi_system_id __initdata bad_bios_dmi_table[] = {
DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"), DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"),
}, },
}, },
{}
#endif #endif
{}
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment