This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / scsi / pcmcia / qlogic_stub.c
index abb755f..9ea9a10 100644 (file)
@@ -66,7 +66,7 @@ static char qlogic_name[] = "qlogic_cs";
 
 #ifdef PCMCIA_DEBUG
 static int pc_debug = PCMCIA_DEBUG;
-module_param(pc_debug, int, 0644);
+MODULE_PARM(pc_debug, "i");
 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
 static char *version = "qlogic_cs.c 1.79-ac 2002/10/26 (David Hinds)";
 #else