]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/sja1000.c
Corrected typo in legacy PCA82C200 (SJA1000 std) chip driver.
[lincan.git] / lincan / src / sja1000.c
index 71c7095adad847292cfa9f37cd14865eaa20061e..de3ab20be1636df63d94810d6b2267a3f848fba5 100644 (file)
@@ -515,7 +515,7 @@ int sja1000_register(struct chipspecops_t *chipspecops)
        chipspecops->start_chip = sja1000_start_chip;
        chipspecops->stop_chip = sja1000_stop_chip;
        chipspecops->irq_handler = sja1000_irq_handler;
-       chipspecops->irq_handler = NULL;
+       chipspecops->irq_accept = NULL;
        return 0;
 }