X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/b284d57b57d26c79f951eae3283ccaeaa61d9aaf..93ef9c984b4bcee40fbebbb3af94f5a8537141a6:/lincan/src/c_can.c diff --git a/lincan/src/c_can.c b/lincan/src/c_can.c index beb26d0..ed3991c 100644 --- a/lincan/src/c_can.c +++ b/lincan/src/c_can.c @@ -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);