From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: Frank Davis <fdavis@si.rr.com>
Cc: <linux-kernel@vger.kernel.org>, <torvalds@transmeta.com>
Subject: Re: [PATCH] 2.5.18 : drivers/pci/pool.c minor printk fix
Date: Sat, 25 May 2002 10:18:52 -0300 [thread overview]
Message-ID: <20020525131852.GB15907@conectiva.com.br> (raw)
In-Reply-To: <Pine.LNX.4.33.0205262058570.18267-100000@localhost.localdomain>
Em Sun, May 26, 2002 at 09:06:08PM -0400, Frank Davis escreveu:
> The following patch addresses a compile warning. printk saw the "," as
> an argument, which it shouldn't.
> Regards,
> Frank
>
> --- drivers/pci/pool.c.old Thu May 9 19:01:28 2002
> +++ drivers/pci/pool.c Sun May 26 20:55:42 2002
> @@ -309,7 +309,7 @@
> return;
> }
> if (page->bitmap [map] & (1UL << block)) {
> - printk (KERN_ERR "pci_pool_free %s/%s, dma %x already free\n",
> + printk (KERN_ERR "pci_pool_free %s/%s dma %x already free\n",
> pool->dev ? pool->dev->slot_name : NULL,
> pool->name, dma);
> return;
OUCH, so you should fix printk instead ;)
Arnaldo
next prev parent reply other threads:[~2002-05-27 1:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-27 1:06 Frank Davis
2002-05-25 13:18 ` Arnaldo Carvalho de Melo [this message]
2002-05-27 10:11 ` 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=20020525131852.GB15907@conectiva.com.br \
--to=acme@conectiva.com.br \
--cc=fdavis@si.rr.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.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
all inboxes | Powered by JetHome®