On 26-09-23, 17:06, Dan Carpenter wrote: > The k3_udma_glue_tx_get_irq() function currently returns negative error > codes on error, zero on error and positive values for success. This > complicates life for the callers who need to propagate the error code. > Also GCC will not warn about unsigned comparisons when you check: > > if (unsigned_irq <= 0) > > All the callers have been fixed now but let's just make this easy going > forward. Acked-by: Vinod Koul <vkoul@xxxxxxxxxx> -- ~Vinod