cobalt/rtdm: Fix tracing of failed fd operation
Also if some fd operation failed, we trace the result via the
fd_request_status class. However, fd will then contain an error code,
not a valid pointer. Avoid dereferencing such invalid pointers and
causing an oops this way.
Signed-off-by:
Jan Kiszka <jan.kiszka@siemens.com>
Please register or sign in to comment