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

From: Frank Davis (fdavis@si.rr.com)
Date: Sun May 26 2002 - 20:06:08 EST


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

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



This archive was generated by hypermail 2b29 : Fri May 31 2002 - 22:00:19 EST