]> www.infradead.org Git - users/dwmw2/linux.git/commit
dmaengine: dw: Unify ret-val local variables naming
authorSerge Semin <fancer.lancer@gmail.com>
Fri, 2 Aug 2024 07:50:51 +0000 (10:50 +0300)
committerVinod Koul <vkoul@kernel.org>
Mon, 5 Aug 2024 16:37:47 +0000 (22:07 +0530)
commit2ebc36b9581df31eed271e5de61fc8a8b66dbc56
treefb03c9ba4933bf6b7142313f64d8f2e4ef376f2f
parentd8fa0802f63502c0409d02c6b701d51841a6f1bd
dmaengine: dw: Unify ret-val local variables naming

Currently there are two names utilized in the driver to keep the functions
call status: ret and err. For the sake of unification convert to using the
first version only.

Signed-off-by: Serge Semin <fancer.lancer@gmail.com>
Acked-by: Andy Shevchenko <andy@kernel.org>
Link: https://lore.kernel.org/r/20240802075100.6475-7-fancer.lancer@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dw/core.c
drivers/dma/dw/platform.c