提交 c4376670 编写于 作者: L Linus Walleij 提交者: Grant Likely

spi/pl022: rid dangling labels

Remove a compilation error regarding unused labels that came about
when simplifying the DMA code.
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
上级 5c05dd07
...@@ -1030,8 +1030,6 @@ static int configure_dma(struct pl022 *pl022) ...@@ -1030,8 +1030,6 @@ static int configure_dma(struct pl022 *pl022)
return 0; return 0;
err_submit_tx:
err_submit_rx:
err_txdesc: err_txdesc:
dmaengine_terminate_all(txchan); dmaengine_terminate_all(txchan);
err_rxdesc: err_rxdesc:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册