]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/c_can.c
More updates in the C_CAN support, but locking not reworked still.
[lincan.git] / lincan / src / c_can.c
index beb26d063add40ff54b229fa6b5e513d2acc3656..ed3991c7c90fc2ba69198c0aee6a637929300d54 100644 (file)
@@ -810,7 +810,7 @@ int c_can_wakeup_tx(struct canchip_t *chip, struct msgobj_t *obj)
 
        can_msgobj_set_fl(obj, TX_REQUEST);
 
-       /* calls i82527_irq_write_handler synchronized with other invocations
+       /* calls c_can_irq_write_handler synchronized with other invocations
           from kernel and IRQ context */
        c_can_irq_sync_activities(chip, obj);