The Linux kernel received a small but important corrective patch that standardizes the error semantics of the Keystone/TI knav DMA helper: knav_dma_open_channel will now consistently return NULL on failure instead of using error-pointer conventions or (worse) casting error codes to pointers — a...