From: Pete Clements <clem@clem.clem-digital.net>
To: bjorn.helgaas@hp.com (Bjorn Helgaas)
Cc: rene.herman@keyaccess.nl (Rene Herman),
clem@clem.clem-digital.net (Pete Clements),
linux-kernel@vger.kernel.org (linux-kernel)
Subject: Re: 2.6.27-rc1 oops on boot -- cs423x? (Corrected subject)
Date: Wed, 30 Jul 2008 07:38:08 -0400 (EDT) [thread overview]
Message-ID: <200807301138.m6UBc8xe012173@clem.clem-digital.net> (raw)
In-Reply-To: <200807292159.43226.bjorn.helgaas@hp.com>
Quoting Bjorn Helgaas
> On Tuesday 29 July 2008 6:02:46 pm Rene Herman wrote:
> > On 29-07-08 22:52, Pete Clements wrote:
> > > [Previously sent with wrong subject line (2.6.26-rc1...) applicable
> > > to post 2.6.26 series]
> > >
> > > Missed most of the 26-git series, git6 first one tried and oops
> > > showed in that one as well as those tried after. oops below.
> >
>
> Thanks very much for the report. Can I trouble you to test the
> patch below and see whether it fixes the problem?
>
Patch clears the problem. Thanks.
--
Pete Clements
>
> PNP: fix formatting of dbg_pnp_show_resources() output
>
> From: Bjorn Helgaas <bjorn.helgaas@hp.com>
>
> Each resource should be printed on its own line, so start snprintf'ing
> at the beginning of the buffer every time through the loop.
>
> Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
> ---
>
> drivers/pnp/support.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
>
> diff --git a/drivers/pnp/support.c b/drivers/pnp/support.c
> index bbf78ef..57b775b 100644
> --- a/drivers/pnp/support.c
> +++ b/drivers/pnp/support.c
> @@ -77,7 +77,7 @@ void dbg_pnp_show_resources(struct pnp_dev *dev, char *desc)
> {
> #ifdef DEBUG
> char buf[128];
> - int len = 0;
> + int len;
> struct pnp_resource *pnp_res;
> struct resource *res;
>
> @@ -89,6 +89,7 @@ void dbg_pnp_show_resources(struct pnp_dev *dev, char *desc)
> dev_dbg(&dev->dev, "%s: current resources:\n", desc);
> list_for_each_entry(pnp_res, &dev->resources, list) {
> res = &pnp_res->res;
> + len = 0;
>
> len += snprintf(buf + len, sizeof(buf) - len, " %-3s ",
> pnp_resource_type_name(res));
>
next prev parent reply other threads:[~2008-07-30 11:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-29 20:52 Pete Clements
2008-07-30 0:02 ` Rene Herman
2008-07-30 3:59 ` Bjorn Helgaas
2008-07-30 11:38 ` Pete Clements [this message]
2008-07-30 12:15 ` Rene Herman
2008-07-30 13:59 ` Bjorn Helgaas
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=200807301138.m6UBc8xe012173@clem.clem-digital.net \
--to=clem@clem.clem-digital.net \
--cc=bjorn.helgaas@hp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rene.herman@keyaccess.nl \
/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®