[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200703082327.40782.livinglatexkali@gmail.com>
Date: Thu, 8 Mar 2007 23:27:40 -0500
From: Quinn Storm <livinglatexkali@...il.com>
To: linux-kernel@...r.kernel.org
Subject: NVidia early quirk repair patch bug
In attempting to fix some issues with my system, I was pulling patches from
the kernel git tree, and I discovered that this patch (
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=fe69933652562f093ccde600cecf234930c01932 )
is malformed on i386, specifically the line:
+ if (acpi_table_parse(ACPI_SIG_HPET, nvidia_hpet_check) {
should read
+ if (acpi_table_parse(ACPI_SIG_HPET, nvidia_hpet_check)) {
I know someone else would have caught this, but I figured since I was doing
this I'd post about it.
btw, thanks for the wonderful work guys, wanted to mention bcm43xx finally
works properly on 2.6.21-rc3 w/ my 4311
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists