[PATCH 2.5] pcmcia: fix compilation with PCMCIA_DEBUG on

From: Dominik Brodowski (linux@brodo.de)
Date: Thu Mar 27 2003 - 12:33:52 EST


diff -ruN linux-original/drivers/pcmcia/ds.c linux/drivers/pcmcia/ds.c
--- linux-original/drivers/pcmcia/ds.c 2003-03-27 18:26:31.000000000 +0100
+++ linux/drivers/pcmcia/ds.c 2003-03-27 18:28:57.000000000 +0100
@@ -71,8 +71,6 @@
 #ifdef PCMCIA_DEBUG
 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
-static const char *version =
-"ds.c 1.112 2001/10/13 00:08:28 (David Hinds)";
 #else
 #define DEBUG(n, args...)
 #endif
@@ -397,7 +395,7 @@
     if (!s)
             return -EINVAL;
 
- DEBUG(2, "bind_request(%d, '%s')\n", i,
+ DEBUG(2, "bind_request(%d, '%s')\n", s->socket_no,
           (char *)bind_info->dev_info);
     driver = get_pcmcia_driver(&bind_info->dev_info);
     if (!driver)
@@ -524,7 +522,7 @@
 {
     socket_bind_t **b, *c;
 
- DEBUG(2, "unbind_request(%d, '%s')\n", i,
+ DEBUG(2, "unbind_request(%d, '%s')\n", s->socket_no,
           (char *)bind_info->dev_info);
     for (b = &s->bind; *b; b = &(*b)->next)
         if ((strcmp((char *)(*b)->driver->drv.name,
-
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 : Mon Mar 31 2003 - 22:00:28 EST