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

Commit d0035aef authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds
Browse files

[PATCH] build fix for i386 earlyquirk.c



missing close bracket.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a55028ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ static int __init check_bridge(int vendor, int device)
	/* According to Nvidia all timer overrides are bogus unless HPET
	   is enabled. */
	if (!acpi_use_timer_override && vendor == PCI_VENDOR_ID_NVIDIA) {
		if (acpi_table_parse(ACPI_SIG_HPET, nvidia_hpet_check) {
		if (acpi_table_parse(ACPI_SIG_HPET, nvidia_hpet_check)) {
			acpi_skip_timer_override = 1;
			  printk(KERN_INFO "Nvidia board "
                       "detected. Ignoring ACPI "