]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/unican.c
The first phase of integration of Hynix HMS30c7202 C_CAN support
[lincan.git] / lincan / src / unican.c
index 488d8e16257117d4c5c68cd8992febc085a922b6..66466d653ba161700f6180516562473cfaa0b682 100644 (file)
@@ -918,7 +918,7 @@ int unican_pci_init_chip_data(struct candevice_t *candev, int chipnr)
 {
        int ret;
        candev->chip[chipnr]->chip_irq=candev->sysdevptr.pcidev->irq;
-       ret = unican_pci_init_chip_data(candev, chipnr);
+       ret = unican_init_chip_data(candev, chipnr);
        candev->chip[chipnr]->flags |= CHIP_IRQ_PCI;
        return ret;
 }