public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Robert Boermans <r.boermans@home.nl>
To: Pawel Kot <pkot@linuxnews.pl>
Cc: Alan Cox <alan@redhat.com>, linux-kernel@vger.kernel.org
Subject: Re: Linux 2.2.24-rc1
Date: Thu, 19 Dec 2002 13:35:44 +0100	[thread overview]
Message-ID: <3E01BD20.4080608@home.nl> (raw)
In-Reply-To: <Pine.LNX.4.33.0212170113350.14563-100000@urtica.linuxnews.pl>

Pawel Kot wrote:

>Is it the following chunk? (I can't find anything more appropriate)
>@@ -1378,7 +1378,8 @@
>                        return;
>
>                case X86_VENDOR_AMD:
>-                       init_amd(c);
>+                       if(init_amd(c))
>+                               return;
>                        return;
>
>                case X86_VENDOR_CENTAUR:
>What does it fix?
>
>pkot
>  
>
i assume there was more to the patch?

i mean first it did init_amd(c) and then return
now it does init_amd(c) and returns in the if or right on the next line, 
so that's the same with extra bloat.

confused,

Robert Boermans.


  parent reply	other threads:[~2002-12-19 12:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-16 20:18 Linux 2.2.24-rc1 Alan Cox
2002-12-17  0:15 ` Pawel Kot
2002-12-17  1:33   ` Alan Cox
2002-12-17  1:06     ` Dave Jones
2002-12-17  2:16       ` Alan Cox
2002-12-19 12:35   ` Robert Boermans [this message]
2002-12-19 12:48     ` Alan Cox

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=3E01BD20.4080608@home.nl \
    --to=r.boermans@home.nl \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pkot@linuxnews.pl \
    /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