mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Quinn Storm <livinglatexkali@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: NVidia early quirk repair patch bug
Date: Thu, 8 Mar 2007 23:27:40 -0500	[thread overview]
Message-ID: <200703082327.40782.livinglatexkali@gmail.com> (raw)

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

                 reply	other threads:[~2007-03-09  4:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200703082327.40782.livinglatexkali@gmail.com \
    --to=livinglatexkali@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®