]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/can_devrtl.c
Correction for RTL build
[lincan.git] / lincan / src / can_devrtl.c
index d25072aed37cfae4fac610469568967954bdd55c..25b8b482f8a9d7a0b57d7319835e512fb7b0a577 100644 (file)
@@ -102,7 +102,7 @@ void * can_chip_worker_thread(void *arg)
                        DEBUGMSG("IRQ_REQUEST processing ...\n");
                        loop_cnt = 100;
                        if(chip->chipspecops->irq_handler) do{
-                               ret=chip->chipspecops->irq_handler(chip->chip_irq,chip,NULL);
+                               ret=chip->chipspecops->irq_handler(chip->chip_irq,chip);
                        }while(ret && --loop_cnt);
                        continue;
                }