public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: Aristeu Rozanski <aris@redhat.com>
Cc: Tony Luck <tony.luck@intel.com>,
	Doug Thompson <dougthompson@xmission.com>,
	Borislav Petkov <bp@alien8.de>,
	linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sb_edac: Fix typo computing number of banks
Date: Tue, 2 Dec 2014 17:04:08 -0200	[thread overview]
Message-ID: <20141202170408.4f2afa35@recife.lan> (raw)
In-Reply-To: <20141202181757.GE21208@redhat.com>

Em Tue, 2 Dec 2014 13:17:58 -0500
Aristeu Rozanski <aris@redhat.com> escreveu:

> On Tue, Dec 02, 2014 at 09:41:58AM -0800, Tony Luck wrote:
> > Code will always think there are 16 banks because of a typo
> > 
> > Reported-by: Misha
> > Signed-off-by: Tony Luck <tony.luck@intel.com>

Applied, thanks!

> > ---
> > 
> > Not sure if Misha is shy, or just busy. But my attempt to get
> > them to post their own patch didn't work
> > 
> >  drivers/edac/sb_edac.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/edac/sb_edac.c b/drivers/edac/sb_edac.c
> > index 993e8b61c4b2..63aa6730e89e 100644
> > --- a/drivers/edac/sb_edac.c
> > +++ b/drivers/edac/sb_edac.c
> > @@ -901,7 +901,7 @@ static int get_dimm_config(struct mem_ctl_info *mci)
> >  	else
> >  		edac_dbg(0, "Memory is unregistered\n");
> >  
> > -	if (mtype == MEM_DDR4 || MEM_RDDR4)
> > +	if (mtype == MEM_DDR4 || mtype == MEM_RDDR4)
> >  		banks = 16;
> >  	else
> >  		banks = 8;
> 
> ACK
> 

      reply	other threads:[~2014-12-02 19:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-02 17:41 [PATCH] sb_edac: Fix typo computing number of banks Tony Luck
2014-12-02 18:17 ` Aristeu Rozanski
2014-12-02 19:04   ` Mauro Carvalho Chehab [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=20141202170408.4f2afa35@recife.lan \
    --to=mchehab@osg.samsung.com \
    --cc=aris@redhat.com \
    --cc=bp@alien8.de \
    --cc=dougthompson@xmission.com \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tony.luck@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox