Re: [PATCH] 2.5.18 : drivers/pci/pool.c minor printk fix

Alan Cox (alan@lxorguk.ukuu.org.uk)
27 May 2002 11:11:23 +0100


On Mon, 2002-05-27 at 02:06, Frank Davis wrote:
> Hello,
> The following patch addresses a compile warning. printk saw the "," as
> an argument, which it shouldn't.

So fix printk or whatever actually got confused not the symptom

> 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,

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/