commit | 3b8bee2a96ce7a5e47239f3a0cb39caffa8358a4 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Tue Jul 07 13:23:49 2020 +0300 |
committer | Vinod Koul <vkoul@kernel.org> | Wed Jul 15 11:36:55 2020 +0530 |
tree | edd09733c5a07923206404b4c4830e9da411d18e | |
parent | 2166d96029bc88a90f431aca7f51e714c653e027 [diff] |
dmaengine: ti: k3-udma: Do not use ring_get_occ in udma_pop_from_ring The ring_get_occ is redundant as the k3_ringacc_ring_pop() is also checking the occ of the ring. With removing the ring_get_occ, the function can be simplified as well. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Link: https://lore.kernel.org/r/20200707102352.28773-3-peter.ujfalusi@ti.com Signed-off-by: Vinod Koul <vkoul@kernel.org>