From: Andrew Morton <akpm@linux-foundation.org>
To: dougthompson@xmission.com
Cc: Doug Thompson <norsk5@yahoo.com>,
greg@kroah.com, alan@lxorguk.ukuu.org.uk,
linux-kernel@vger.kernel.org, Egor Martovetsky <egor@pasemi.com>
Subject: Re: [PATCH 3/8] drivers edac new pasemi driver
Date: Sat, 14 Jul 2007 21:51:52 -0700 [thread overview]
Message-ID: <20070714215152.bb5a440f.akpm@linux-foundation.org> (raw)
In-Reply-To: <20070715001245.32242.qmail@web50109.mail.re2.yahoo.com>
On Sat, 14 Jul 2007 17:12:45 -0700 (PDT) Doug Thompson <norsk5@yahoo.com> wrote:
>
> --- Andrew Morton <akpm@linux-foundation.org> wrote:
>
>
> > > + default:
> > > + edac_mc_printk(mci, KERN_ERR,
> > > + "Unrecognized Rank Config\n");
> >
> > If this message ever comes out, you're gonna say "argh, I wish I'd printed
> > rankcfg".
> >
> > Do you want to do this??
>
> Yeah, I will gen a patch for him. He is in india and turn around takes a day or two
>
Confused. I already did the patch, below.
>
>
>
> >
> > --- a/drivers/edac/pasemi_edac.c~drivers-edac-new-pasemi-driver-fix
> > +++ a/drivers/edac/pasemi_edac.c
> > @@ -168,7 +168,8 @@ static int pasemi_edac_init_csrows(struc
> > break;
> > default:
> > edac_mc_printk(mci, KERN_ERR,
> > - "Unrecognized Rank Config\n");
> > + "Unrecognized Rank Config. rankcfg=%u\n",
> > + rankcfg);
> > return -EINVAL;
> > }
> >
> > @@ -244,9 +245,8 @@ static int __devinit pasemi_edac_probe(s
> > */
> > pasemi_edac_get_error_info(mci);
> >
> > - if (edac_mc_add_mc(mci, system_mmc_id++)) {
> > + if (edac_mc_add_mc(mci, system_mmc_id++))
> > goto fail;
> > - }
> >
> > /* get this far and it's successful */
> > return 0;
> > _
> >
> >
next prev parent reply other threads:[~2007-07-15 4:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-13 16:53 [PATCH 3/8] drivers edac new pasemi driver dougthompson
2007-07-13 18:36 ` Andrew Morton
2007-07-15 0:12 ` Doug Thompson
2007-07-15 4:51 ` Andrew Morton [this message]
2007-07-15 0:21 ` Olof Johansson
-- strict thread matches above, loose matches on Subject: below --
2007-07-09 17:10 dougthompson
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=20070714215152.bb5a440f.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=dougthompson@xmission.com \
--cc=egor@pasemi.com \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=norsk5@yahoo.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.