Skip to content
Commit 336c878f authored by Xiaolei Wang's avatar Xiaolei Wang Committed by Bruce Ashfield
Browse files

dmaengine: imx-sdma: Fix a build warning in sdma_runtime_resume function

Delete redundant variables 'i' and change disable_clk_ahb to
disable_clk_ipg to void following warning:
warning: unused variable 'i' [-Wunused-variable]
warning: label 'disable_clk_ipg' defined but not used

Fix commit 2da31cfd

("dmaengine: imx-sdma: Fix a hang when run dma test in imx8mq board")
Signed-off-by: default avatarXiaolei Wang <xiaolei.wang@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent e8af30da
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