Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 0fcf59c5 authored by Grygorii Strashko's avatar Grygorii Strashko Committed by Dave Gerlach
Browse files

dmaengine: ti: k3-udma-glue: fix build warnng

Fix build warning:
 k3-udma-glue.c: In function ‘k3_udma_glue_cfg_rx_flow’:
 k3-udma-glue.c:662:1: warning: label ‘err_ringrx_free’ defined but not used
 err_ringrx_free:
 ^~~~~~~~~~~~~~~

Fixes: 6a42ce8a

 ("dmaengine: ti: k3-udma: Switch to k3_ringacc_request_rings_pair")
Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
parent f5e8723b
Branches
Tags
No related merge requests found
......@@ -658,8 +658,6 @@ static int k3_udma_glue_cfg_rx_flow(struct k3_udma_glue_rx_channel *rx_chn,
err_ringrxfdq_free:
k3_ringacc_ring_free(flow->ringrxfdq);
err_ringrx_free:
k3_ringacc_ring_free(flow->ringrx);
err_rflow_put:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment