mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* NVidia early quirk repair patch bug
@ 2007-03-09  4:27 Quinn Storm
  0 siblings, 0 replies; only message in thread
From: Quinn Storm @ 2007-03-09  4:27 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-09  4:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-09  4:27 NVidia early quirk repair patch bug Quinn Storm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®