]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/modparms.c
Merge branch 'master' into can-usb1
[lincan.git] / lincan / src / modparms.c
index 3c79a36d907faac7dccbe44affdf33291df85ce1..c53971f790a4a5c8ab30e72fd13449d013849aa9 100644 (file)
@@ -21,7 +21,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("Autodetection works only for USB devices, supply your type of hardware for PCI devices \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;
        }