All of lore.kernel.org
 help / color / mirror / Atom feed
From: Borislav Petkov <borislav.petkov@amd.com>
To: wan wei <onewayforever@gmail.com>
Cc: dougthompson@xmission.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] amd64_edac: to read the right f2maskoffset reg
Date: Mon, 27 Jul 2009 14:54:50 +0200	[thread overview]
Message-ID: <20090727125450.GD28229@aftab> (raw)
In-Reply-To: <86bb1aef0907241215v3d693c6n40721684d16c4740@mail.gmail.com>

Hi,

On Sat, Jul 25, 2009 at 03:15:05AM +0800, wan wei wrote:
> Signed-off-by: Wan Wei<wanwei@mail.dawning.com.cn, onewayforever@gmail.com>

Nice catch, thanks. Applied.

P.S. Please use only one email address in your Signed-off-by. I'm going
to default to your sender email address.

> ---
>  drivers/edac/amd64_edac.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c
> index 858fe60..24964c1 100644
> --- a/drivers/edac/amd64_edac.c
> +++ b/drivers/edac/amd64_edac.c
> @@ -970,7 +970,7 @@ static void amd64_read_dct_base_mask(struct amd64_pvt *pvt)
>         }
> 
>         for (cs = 0; cs < pvt->num_dcsm; cs++) {
> -               reg = K8_DCSB0 + (cs * 4);
> +               reg = K8_DCSM0 + (cs * 4);
>                 err = pci_read_config_dword(pvt->dram_f2_ctl, reg,
>                                         &pvt->dcsm0[cs]);
>                 if (unlikely(err))
> -- 
> 1.4.4.2
> 

-- 
Regards/Gruss,
Boris.

Operating | Advanced Micro Devices GmbH
  System  | Karl-Hammerschmidt-Str. 34, 85609 Dornach b. München, Germany
 Research | Geschäftsführer: Thomas M. McCoy, Giuliano Meroni
  Center  | Sitz: Dornach, Gemeinde Aschheim, Landkreis München
  (OSRC)  | Registergericht München, HRB Nr. 43632


      reply	other threads:[~2009-07-27 12:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-24 19:15 [PATCH] amd64_edac: to read the right f2maskoffset reg wan wei
2009-07-27 12:54 ` Borislav Petkov [this message]

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=20090727125450.GD28229@aftab \
    --to=borislav.petkov@amd.com \
    --cc=dougthompson@xmission.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=onewayforever@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.