lkml.org 
[lkml]   [2007]   [Mar]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectNVidia early quirk repair patch bug
Date
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-03-09 05:31    [W:0.037 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site