]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/unican.c
Added CAN chip specific irq_accept routine for fast interrupt acknowledge.
[lincan.git] / lincan / src / unican.c
index d93063ab7e92bceb4f668852b08e8b259407ffb7..4efabc874e98ef4be97510e1effc2f184fd08b93 100644 (file)
@@ -797,6 +797,7 @@ int unican_init_chip_data(struct candevice_t *candev, int chipnr)
        chip->chipspecops->start_chip=unican_start_chip;
        chip->chipspecops->stop_chip=unican_stop_chip;
        chip->chipspecops->irq_handler=unican_irq_handler;
+       chip->chipspecops->irq_accept=NULL;
 
        return 0;
 }