mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 13:43:53 +08:00
CAN controllers need a running worker task to function. Check if the task is actually started and return NULL (and free already allocated resources) if it fails. Also assert if cleanup functions fail. Signed-off-by: Michal Lenc <michallenc@seznam.cz>