Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
	{}
};
};


/*
/*