]> 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 1782c5415713c52ed3a0ca1acb4cdd4719466268..e68211324d6800bb8b51d5f440699a2c178baba6 100644 (file)
@@ -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;
        }