]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/modparms.c
Merge: Correction for 2.6.23-git kernel - unregister_chrdev() does not return value.
[lincan.git] / lincan / src / modparms.c
index 9e8b20e314adc88f7a456a3ff67bc3cfb3bec5b1..e68211324d6800bb8b51d5f440699a2c178baba6 100644 (file)
@@ -4,7 +4,7 @@
  * Rewritten for new CAN queues by Pavel Pisa - OCERA team member
  * email:pisa@cmp.felk.cvut.cz
  * This software is released under the GPL-License.
- * Version lincan-0.2  9 Jul 2003
+ * Version lincan-0.3  17 Jun 2004
  */
 
 
@@ -20,7 +20,7 @@ int parse_mod_parms(void)
 
        if ( (hw[0] == NULL) | (io[0] == -1) ) {
                CANMSG("You must supply your type of hardware, interrupt numbers and io address.\n");
-               CANMSG("Example: # insmod can.o hw=pip5 irq=4 io=0x8000\n");
+               CANMSG("Example: # insmod lincan.ko hw=pip5 irq=4 io=0x8000\n");
                return -ENODEV;
        }